#6037D0

Color #6037D0 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6037D0

Tints of Purple Heart #6037D0

Color information

#6037D0 (or 0x6037D0) is unknown color: approx Purple Heart. HEX triplet: 60, 37 and D0. RGB value is (96,55,208). Sum of RGB (Red+Green+Blue) = 96+55+208=359 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.74% from 359); Green value is 55 (21.88% from 255 or 15.32% from 359); Blue value is 208 (81.64% from 255 or 57.94% from 359); Max value from RGB is 208 - color contains mainly: blue. Hex color #6037D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6037D0 is #9FC82F. Grayscale: #545454. Windows color (decimal): -10471472 or 13645664. OLE color: 13645664.

HSL color Cylindrical-coordinate representation of color #6037D0: hue angle of 256.08º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6037D0 is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB9655208-
CMYK0.540.7400.18
HSL256.08º61.94%51.57%-
HSV(B)256.08º73.56%81.57%-
XYZ17.589.7760.63-
YUV84.7197.58136.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 26.74%
GREEN value IS 55 (21.88% from 255) = 15.32%
BLUE value IS 208 (81.64% from 255) = 57.94%
R=26.74%
G=15.32%
B=57.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal96552080.540.7400.18256.0861.9451.57
Hex6037D0364A0121003e34
Octal14067320661120224007664
Binary1100000110111110100001101101001010010010100000000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6037D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6037D0; }

 p { color: rgb(96,55,208); }

 H1.HeaderClassName
 {
   color: #6037D0;
 }
 .AnyTagClassName
 {
   color: #6037D0;
 }
</style>
background-color css

<style>
 a { background-color: #6037D0; }

 a { background-color: rgb(96,55,208); }

 div.DivClassName
 {
   background-color: #6037D0;
 }
 .BgClassName
 {
   background-color: #6037D0;
 }
</style>
border-color css

<style>
 span { border-color: #6037D0; }

 span { border-color: rgb(96,55,208); }

 td.TdClassName
 {
   border-color: #6037D0;
 }
 .TagClassName
 {
   border-color: #6037D0;
 }
</style>