Shades of Purple Heart #6009B6
Tints of Purple Heart #6009B6
RGB
CMYK
RGB Variations
Color information
#6009B6 (or 0x6009B6) is known color: Purple Heart. HEX triplet: 60, 09 and B6. RGB value is (96,9,182). Sum of RGB (Red+Green+Blue) = 96+9+182=287 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.45% from 287); Green value is 9 (3.91% from 255 or 3.14% from 287); Blue value is 182 (71.48% from 255 or 63.41% from 287); Max value from RGB is 182 - color contains mainly: blue. Hex color #6009B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6009B6 is #9FF649. Grayscale: #363636. Windows color (decimal): -10483274 or 11929952. OLE color: 11929952.
HSL color Cylindrical-coordinate representation of color #6009B6: hue angle of 270.17º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6009B6 is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 96 | 9 | 182 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.29 |
| HSL | 270.17º | 0.91% | 0.37% | - |
| HSV(B) | 270.17º | 0.95% | 0.71% | - |
| XYZ | 13.37 | 6.06 | 44.72 | - |
| YUV | 54.74 | 199.82 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 9 | 182 | 0.47 | 0.95 | 0 | 0.29 | 270.17 | 0.91 | 0.37 |
| Hex | 60 | 9 | B6 | 2F | 5F | 0 | 1D | 10E | 5B | 25 |
| Octal | 140 | 11 | 266 | 57 | 137 | 0 | 35 | 416 | 133 | 45 |
| Binary | 1100000 | 1001 | 10110110 | 101111 | 1011111 | 0 | 11101 | 100001110 | 1011011 | 100101 |
Color Harmonies of #6009B6
Complementary color
Monochromatic Colors of #6009B6
Black with #6009B6
Text Example
Text Example
White with #6009B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6009B6; }
p { color: rgb(96,9,182); }
H1.HeaderClassName
{
color: #6009B6;
}
.AnyTagClassName
{
color: #6009B6;
}
</style>
background-color css
<style>
a { background-color: #6009B6; }
a { background-color: rgb(96,9,182); }
div.DivClassName
{
background-color: #6009B6;
}
.BgClassName
{
background-color: #6009B6;
}
</style>
border-color css
<style>
span { border-color: #6009B6; }
span { border-color: rgb(96,9,182); }
td.TdClassName
{
border-color: #6009B6;
}
.TagClassName
{
border-color: #6009B6;
}
</style>