Shades of Purple Heart #660BCB
Tints of Purple Heart #660BCB
RGB
CMYK
RGB Variations
Color information
#660BCB (or 0x660BCB) is known color: Purple Heart. HEX triplet: 66, 0B and CB. RGB value is (102,11,203). Sum of RGB (Red+Green+Blue) = 102+11+203=316 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.28% from 316); Green value is 11 (4.69% from 255 or 3.48% from 316); Blue value is 203 (79.69% from 255 or 64.24% from 316); Max value from RGB is 203 - color contains mainly: blue. Hex color #660BCB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660BCB is #99F434. Grayscale: #3B3B3B. Windows color (decimal): -10089525 or 13306726. OLE color: 13306726.
HSL color Cylindrical-coordinate representation of color #660BCB: hue angle of 268.44º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #660BCB is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 11 | 203 | - |
| CMYK | 0.50 | 0.95 | 0 | 0.20 |
| HSL | 268.44º | 0.9% | 0.42% | - |
| HSV(B) | 268.44º | 0.95% | 0.8% | - |
| XYZ | 16.38 | 7.38 | 57.06 | - |
| YUV | 60.1 | 208.65 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 11 | 203 | 0.50 | 0.95 | 0 | 0.20 | 268.44 | 0.9 | 0.42 |
| Hex | 66 | B | CB | 32 | 5F | 0 | 14 | 10C | 5A | 2A |
| Octal | 146 | 13 | 313 | 62 | 137 | 0 | 24 | 414 | 132 | 52 |
| Binary | 1100110 | 1011 | 11001011 | 110010 | 1011111 | 0 | 10100 | 100001100 | 1011010 | 101010 |
Color Harmonies of #660BCB
Complementary color
Monochromatic Colors of #660BCB
Black with #660BCB
Text Example
Text Example
White with #660BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660BCB; }
p { color: rgb(102,11,203); }
H1.HeaderClassName
{
color: #660BCB;
}
.AnyTagClassName
{
color: #660BCB;
}
</style>
background-color css
<style>
a { background-color: #660BCB; }
a { background-color: rgb(102,11,203); }
div.DivClassName
{
background-color: #660BCB;
}
.BgClassName
{
background-color: #660BCB;
}
</style>
border-color css
<style>
span { border-color: #660BCB; }
span { border-color: rgb(102,11,203); }
td.TdClassName
{
border-color: #660BCB;
}
.TagClassName
{
border-color: #660BCB;
}
</style>