#6024B7

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

Shades of Purple Heart #6024B7

Tints of Purple Heart #6024B7

Color information

#6024B7 (or 0x6024B7) is unknown color: approx Purple Heart. HEX triplet: 60, 24 and B7. RGB value is (96,36,183). Sum of RGB (Red+Green+Blue) = 96+36+183=315 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.48% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 183 (71.88% from 255 or 58.10% from 315); Max value from RGB is 183 - color contains mainly: blue. Hex color #6024B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6024B7 is #9FDB48. Grayscale: #464646. Windows color (decimal): -10476361 or 12002400. OLE color: 12002400.

HSL color Cylindrical-coordinate representation of color #6024B7: hue angle of 264.49º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6024B7 is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB9636183-
CMYK0.480.8000.28
HSL264.49º67.12%42.94%-
HSV(B)264.49º80.33%71.76%-
XYZ147.1745.45-
YUV70.7191.38146.05-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.48%
GREEN value IS 36 (14.45% from 255) = 11.43%
BLUE value IS 183 (71.88% from 255) = 58.10%
R=30.48%
G=11.43%
B=58.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal96361830.480.8000.28264.4967.1242.94
Hex6024B7305001C108432b
Octal140442676012003441010353
Binary11000001001001011011111000010100000111001000010001000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6024B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6024B7; }

 p { color: rgb(96,36,183); }

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

<style>
 a { background-color: #6024B7; }

 a { background-color: rgb(96,36,183); }

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

<style>
 span { border-color: #6024B7; }

 span { border-color: rgb(96,36,183); }

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