Shades of Purple Heart #6009BC
Tints of Purple Heart #6009BC
RGB
CMYK
RGB Variations
Color information
#6009BC (or 0x6009BC) is known color: Purple Heart. HEX triplet: 60, 09 and BC. RGB value is (96,9,188). Sum of RGB (Red+Green+Blue) = 96+9+188=293 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.76% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 188 (73.83% from 255 or 64.16% from 293); Max value from RGB is 188 - color contains mainly: blue. Hex color #6009BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6009BC is #9FF643. Grayscale: #363636. Windows color (decimal): -10483268 or 12323168. OLE color: 12323168.
HSL color Cylindrical-coordinate representation of color #6009BC: hue angle of 269.16º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6009BC is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 9 | 188 | - |
| CMYK | 0.49 | 0.95 | 0 | 0.26 |
| HSL | 269.16º | 0.91% | 0.39% | - |
| HSV(B) | 269.16º | 0.95% | 0.74% | - |
| XYZ | 14 | 6.31 | 48.06 | - |
| YUV | 55.42 | 202.82 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 9 | 188 | 0.49 | 0.95 | 0 | 0.26 | 269.16 | 0.91 | 0.39 |
| Hex | 60 | 9 | BC | 31 | 5F | 0 | 1A | 10D | 5B | 27 |
| Octal | 140 | 11 | 274 | 61 | 137 | 0 | 32 | 415 | 133 | 47 |
| Binary | 1100000 | 1001 | 10111100 | 110001 | 1011111 | 0 | 11010 | 100001101 | 1011011 | 100111 |
Color Harmonies of #6009BC
Complementary color
Monochromatic Colors of #6009BC
Black with #6009BC
Text Example
Text Example
White with #6009BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6009BC; }
p { color: rgb(96,9,188); }
H1.HeaderClassName
{
color: #6009BC;
}
.AnyTagClassName
{
color: #6009BC;
}
</style>
background-color css
<style>
a { background-color: #6009BC; }
a { background-color: rgb(96,9,188); }
div.DivClassName
{
background-color: #6009BC;
}
.BgClassName
{
background-color: #6009BC;
}
</style>
border-color css
<style>
span { border-color: #6009BC; }
span { border-color: rgb(96,9,188); }
td.TdClassName
{
border-color: #6009BC;
}
.TagClassName
{
border-color: #6009BC;
}
</style>