#6024B4

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

Shades of Purple Heart #6024B4

Tints of Purple Heart #6024B4

Color information

#6024B4 (or 0x6024B4) is unknown color: approx Purple Heart. HEX triplet: 60, 24 and B4. RGB value is (96,36,180). Sum of RGB (Red+Green+Blue) = 96+36+180=312 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.77% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 180 (70.70% from 255 or 57.69% from 312); Max value from RGB is 180 - color contains mainly: blue. Hex color #6024B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6024B4 is #9FDB4B. Grayscale: #454545. Windows color (decimal): -10476364 or 11805792. OLE color: 11805792.

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

Color convert

RGB9636180-
CMYK0.470.800.29
HSL265º66.67%42.35%-
HSV(B)265º80%70.59%-
XYZ13.697.0443.82-
YUV70.36189.88146.29-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.77%
GREEN value IS 36 (14.45% from 255) = 11.54%
BLUE value IS 180 (70.70% from 255) = 57.69%
R=30.77%
G=11.54%
B=57.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal96361800.470.800.2926566.6742.35
Hex6024B42F5001D109432a
Octal140442645712003541110352
Binary11000001001001011010010111110100000111011000010011000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6024B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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