Shades of Purple Heart #6009CB
Tints of Purple Heart #6009CB
RGB
CMYK
RGB Variations
Color information
#6009CB (or 0x6009CB) is known color: Purple Heart. HEX triplet: 60, 09 and CB. RGB value is (96,9,203). Sum of RGB (Red+Green+Blue) = 96+9+203=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 203 (79.69% from 255 or 65.91% from 308); Max value from RGB is 203 - color contains mainly: blue. Hex color #6009CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6009CB is #9FF634. Grayscale: #383838. Windows color (decimal): -10483253 or 13306208. OLE color: 13306208.
HSL color Cylindrical-coordinate representation of color #6009CB: hue angle of 266.91º 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 #6009CB is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 9 | 203 | - |
| CMYK | 0.53 | 0.96 | 0 | 0.20 |
| HSL | 266.91º | 0.92% | 0.42% | - |
| HSV(B) | 266.91º | 0.96% | 0.8% | - |
| XYZ | 15.7 | 6.99 | 57.02 | - |
| YUV | 57.13 | 210.32 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 9 | 203 | 0.53 | 0.96 | 0 | 0.20 | 266.91 | 0.92 | 0.42 |
| Hex | 60 | 9 | CB | 35 | 60 | 0 | 14 | 10B | 5C | 2A |
| Octal | 140 | 11 | 313 | 65 | 140 | 0 | 24 | 413 | 134 | 52 |
| Binary | 1100000 | 1001 | 11001011 | 110101 | 1100000 | 0 | 10100 | 100001011 | 1011100 | 101010 |
Color Harmonies of #6009CB
Complementary color
Monochromatic Colors of #6009CB
Black with #6009CB
Text Example
Text Example
White with #6009CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6009CB; }
p { color: rgb(96,9,203); }
H1.HeaderClassName
{
color: #6009CB;
}
.AnyTagClassName
{
color: #6009CB;
}
</style>
background-color css
<style>
a { background-color: #6009CB; }
a { background-color: rgb(96,9,203); }
div.DivClassName
{
background-color: #6009CB;
}
.BgClassName
{
background-color: #6009CB;
}
</style>
border-color css
<style>
span { border-color: #6009CB; }
span { border-color: rgb(96,9,203); }
td.TdClassName
{
border-color: #6009CB;
}
.TagClassName
{
border-color: #6009CB;
}
</style>