#6037CE

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

Shades of Purple Heart #6037CE

Tints of Purple Heart #6037CE

Color information

#6037CE (or 0x6037CE) is unknown color: approx Purple Heart. HEX triplet: 60, 37 and CE. RGB value is (96,55,206). Sum of RGB (Red+Green+Blue) = 96+55+206=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 55 (21.88% from 255 or 15.41% from 357); Blue value is 206 (80.86% from 255 or 57.70% from 357); Max value from RGB is 206 - color contains mainly: blue. Hex color #6037CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6037CE is #9FC831. Grayscale: #535353. Windows color (decimal): -10471474 or 13514592. OLE color: 13514592.

HSL color Cylindrical-coordinate representation of color #6037CE: hue angle of 256.29º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6037CE is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB9655206-
CMYK0.530.7300.19
HSL256.29º60.64%51.18%-
HSV(B)256.29º73.3%80.78%-
XYZ17.339.6859.35-
YUV84.47196.58136.22-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.89%
GREEN value IS 55 (21.88% from 255) = 15.41%
BLUE value IS 206 (80.86% from 255) = 57.70%
R=26.89%
G=15.41%
B=57.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal96552060.530.7300.19256.2960.6451.18
Hex6037CE35490131003d33
Octal14067316651110234007563
Binary1100000110111110011101101011001001010011100000000111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6037CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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