Shades of Purple Heart #660BCF
Tints of Purple Heart #660BCF
RGB
CMYK
RGB Variations
Color information
#660BCF (or 0x660BCF) is known color: Purple Heart. HEX triplet: 66, 0B and CF. RGB value is (102,11,207). Sum of RGB (Red+Green+Blue) = 102+11+207=320 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.88% from 320); Green value is 11 (4.69% from 255 or 3.44% from 320); Blue value is 207 (81.25% from 255 or 64.69% from 320); Max value from RGB is 207 - color contains mainly: blue. Hex color #660BCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660BCF is #99F430. Grayscale: #3B3B3B. Windows color (decimal): -10089521 or 13568870. OLE color: 13568870.
HSL color Cylindrical-coordinate representation of color #660BCF: hue angle of 267.86º 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 #660BCF is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 11 | 207 | - |
| CMYK | 0.51 | 0.95 | 0 | 0.19 |
| HSL | 267.86º | 0.9% | 0.43% | - |
| HSV(B) | 267.86º | 0.95% | 0.81% | - |
| XYZ | 16.86 | 7.57 | 59.6 | - |
| YUV | 60.55 | 210.65 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 11 | 207 | 0.51 | 0.95 | 0 | 0.19 | 267.86 | 0.9 | 0.43 |
| Hex | 66 | B | CF | 33 | 5F | 0 | 13 | 10C | 5A | 2B |
| Octal | 146 | 13 | 317 | 63 | 137 | 0 | 23 | 414 | 132 | 53 |
| Binary | 1100110 | 1011 | 11001111 | 110011 | 1011111 | 0 | 10011 | 100001100 | 1011010 | 101011 |
Color Harmonies of #660BCF
Complementary color
Monochromatic Colors of #660BCF
Black with #660BCF
Text Example
Text Example
White with #660BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660BCF; }
p { color: rgb(102,11,207); }
H1.HeaderClassName
{
color: #660BCF;
}
.AnyTagClassName
{
color: #660BCF;
}
</style>
background-color css
<style>
a { background-color: #660BCF; }
a { background-color: rgb(102,11,207); }
div.DivClassName
{
background-color: #660BCF;
}
.BgClassName
{
background-color: #660BCF;
}
</style>
border-color css
<style>
span { border-color: #660BCF; }
span { border-color: rgb(102,11,207); }
td.TdClassName
{
border-color: #660BCF;
}
.TagClassName
{
border-color: #660BCF;
}
</style>