Shades of Purple Heart #6009CC
Tints of Purple Heart #6009CC
RGB
CMYK
RGB Variations
Color information
#6009CC (or 0x6009CC) is known color: Purple Heart. HEX triplet: 60, 09 and CC. RGB value is (96,9,204). Sum of RGB (Red+Green+Blue) = 96+9+204=309 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.07% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 204 (80.08% from 255 or 66.02% from 309); Max value from RGB is 204 - color contains mainly: blue. Hex color #6009CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6009CC is #9FF633. Grayscale: #383838. Windows color (decimal): -10483252 or 13371744. OLE color: 13371744.
HSL color Cylindrical-coordinate representation of color #6009CC: hue angle of 266.77º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6009CC is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 9 | 204 | - |
| CMYK | 0.53 | 0.96 | 0 | 0.2 |
| HSL | 266.77º | 0.92% | 0.42% | - |
| HSV(B) | 266.77º | 0.96% | 0.8% | - |
| XYZ | 15.82 | 7.04 | 57.65 | - |
| YUV | 57.24 | 210.82 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 9 | 204 | 0.53 | 0.96 | 0 | 0.2 | 266.77 | 0.92 | 0.42 |
| Hex | 60 | 9 | CC | 35 | 60 | 0 | 14 | 10B | 5C | 2A |
| Octal | 140 | 11 | 314 | 65 | 140 | 0 | 24 | 413 | 134 | 52 |
| Binary | 1100000 | 1001 | 11001100 | 110101 | 1100000 | 0 | 10100 | 100001011 | 1011100 | 101010 |
Color Harmonies of #6009CC
Complementary color
Monochromatic Colors of #6009CC
Black with #6009CC
Text Example
Text Example
White with #6009CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6009CC; }
p { color: rgb(96,9,204); }
H1.HeaderClassName
{
color: #6009CC;
}
.AnyTagClassName
{
color: #6009CC;
}
</style>
background-color css
<style>
a { background-color: #6009CC; }
a { background-color: rgb(96,9,204); }
div.DivClassName
{
background-color: #6009CC;
}
.BgClassName
{
background-color: #6009CC;
}
</style>
border-color css
<style>
span { border-color: #6009CC; }
span { border-color: rgb(96,9,204); }
td.TdClassName
{
border-color: #6009CC;
}
.TagClassName
{
border-color: #6009CC;
}
</style>