Shades of Purple Heart #600BCF
Tints of Purple Heart #600BCF
RGB
CMYK
RGB Variations
Color information
#600BCF (or 0x600BCF) is known color: Purple Heart. HEX triplet: 60, 0B and CF. RGB value is (96,11,207). Sum of RGB (Red+Green+Blue) = 96+11+207=314 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.57% from 314); Green value is 11 (4.69% from 255 or 3.50% from 314); Blue value is 207 (81.25% from 255 or 65.92% from 314); Max value from RGB is 207 - color contains mainly: blue. Hex color #600BCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600BCF is #9FF430. Grayscale: #3A3A3A. Windows color (decimal): -10482737 or 13568864. OLE color: 13568864.
HSL color Cylindrical-coordinate representation of color #600BCF: hue angle of 266.02º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #600BCF is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 11 | 207 | - |
| CMYK | 0.54 | 0.95 | 0 | 0.19 |
| HSL | 266.02º | 0.9% | 0.43% | - |
| HSV(B) | 266.02º | 0.95% | 0.81% | - |
| XYZ | 16.21 | 7.23 | 59.57 | - |
| YUV | 58.76 | 211.66 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 11 | 207 | 0.54 | 0.95 | 0 | 0.19 | 266.02 | 0.9 | 0.43 |
| Hex | 60 | B | CF | 36 | 5F | 0 | 13 | 10A | 5A | 2B |
| Octal | 140 | 13 | 317 | 66 | 137 | 0 | 23 | 412 | 132 | 53 |
| Binary | 1100000 | 1011 | 11001111 | 110110 | 1011111 | 0 | 10011 | 100001010 | 1011010 | 101011 |
Color Harmonies of #600BCF
Complementary color
Monochromatic Colors of #600BCF
Black with #600BCF
Text Example
Text Example
White with #600BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600BCF; }
p { color: rgb(96,11,207); }
H1.HeaderClassName
{
color: #600BCF;
}
.AnyTagClassName
{
color: #600BCF;
}
</style>
background-color css
<style>
a { background-color: #600BCF; }
a { background-color: rgb(96,11,207); }
div.DivClassName
{
background-color: #600BCF;
}
.BgClassName
{
background-color: #600BCF;
}
</style>
border-color css
<style>
span { border-color: #600BCF; }
span { border-color: rgb(96,11,207); }
td.TdClassName
{
border-color: #600BCF;
}
.TagClassName
{
border-color: #600BCF;
}
</style>