#6037B4

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

Shades of Purple Heart #6037B4

Tints of Purple Heart #6037B4

Color information

#6037B4 (or 0x6037B4) is unknown color: approx Purple Heart. HEX triplet: 60, 37 and B4. RGB value is (96,55,180). Sum of RGB (Red+Green+Blue) = 96+55+180=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 55 (21.88% from 255 or 16.62% from 331); Blue value is 180 (70.70% from 255 or 54.38% from 331); Max value from RGB is 180 - color contains mainly: blue. Hex color #6037B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6037B4 is #9FC84B. Grayscale: #515151. Windows color (decimal): -10471500 or 11810656. OLE color: 11810656.

HSL color Cylindrical-coordinate representation of color #6037B4: hue angle of 259.68º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6037B4 is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9655180-
CMYK0.470.6900.29
HSL259.68º53.19%46.08%-
HSV(B)259.68º69.44%70.59%-
XYZ14.438.5144.06-
YUV81.51183.58138.34-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.00%
GREEN value IS 55 (21.88% from 255) = 16.62%
BLUE value IS 180 (70.70% from 255) = 54.38%
R=29.00%
G=16.62%
B=54.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal96551800.470.6900.29259.6853.1946.08
Hex6037B42F4501D104352e
Octal14067264571050354046556
Binary1100000110111101101001011111000101011101100000100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6037B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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