Shades of Purple Heart #6024BC
Tints of Purple Heart #6024BC
RGB
CMYK
RGB Variations
Color information
#6024BC (or 0x6024BC) is known color: Purple Heart. HEX triplet: 60, 24 and BC. RGB value is (96,36,188). Sum of RGB (Red+Green+Blue) = 96+36+188=320 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 188 (73.83% from 255 or 58.75% from 320); Max value from RGB is 188 - color contains mainly: blue. Hex color #6024BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6024BC is #9FDB43. Grayscale: #464646. Windows color (decimal): -10476356 or 12330080. OLE color: 12330080.
HSL color Cylindrical-coordinate representation of color #6024BC: hue angle of 263.68º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6024BC is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 36 | 188 | - |
| CMYK | 0.49 | 0.81 | 0 | 0.26 |
| HSL | 263.68º | 0.68% | 0.44% | - |
| HSV(B) | 263.68º | 0.81% | 0.74% | - |
| XYZ | 14.53 | 7.38 | 48.24 | - |
| YUV | 71.27 | 193.88 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 36 | 188 | 0.49 | 0.81 | 0 | 0.26 | 263.68 | 0.68 | 0.44 |
| Hex | 60 | 24 | BC | 31 | 51 | 0 | 1A | 108 | 44 | 2C |
| Octal | 140 | 44 | 274 | 61 | 121 | 0 | 32 | 410 | 104 | 54 |
| Binary | 1100000 | 100100 | 10111100 | 110001 | 1010001 | 0 | 11010 | 100001000 | 1000100 | 101100 |
Color Harmonies of #6024BC
Complementary color
Monochromatic Colors of #6024BC
Black with #6024BC
Text Example
Text Example
White with #6024BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6024BC; }
p { color: rgb(96,36,188); }
H1.HeaderClassName
{
color: #6024BC;
}
.AnyTagClassName
{
color: #6024BC;
}
</style>
background-color css
<style>
a { background-color: #6024BC; }
a { background-color: rgb(96,36,188); }
div.DivClassName
{
background-color: #6024BC;
}
.BgClassName
{
background-color: #6024BC;
}
</style>
border-color css
<style>
span { border-color: #6024BC; }
span { border-color: rgb(96,36,188); }
td.TdClassName
{
border-color: #6024BC;
}
.TagClassName
{
border-color: #6024BC;
}
</style>