Shades of Purple Heart #661BCF
Tints of Purple Heart #661BCF
RGB
CMYK
RGB Variations
Color information
#661BCF (or 0x661BCF) is known color: Purple Heart. HEX triplet: 66, 1B and CF. RGB value is (102,27,207). Sum of RGB (Red+Green+Blue) = 102+27+207=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 27 (10.94% from 255 or 8.04% from 336); Blue value is 207 (81.25% from 255 or 61.61% from 336); Max value from RGB is 207 - color contains mainly: blue. Hex color #661BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661BCF is #99E430. Grayscale: #454545. Windows color (decimal): -10085425 or 13572966. OLE color: 13572966.
HSL color Cylindrical-coordinate representation of color #661BCF: hue angle of 265º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #661BCF is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 27 | 207 | - |
| CMYK | 0.51 | 0.87 | 0 | 0.19 |
| HSL | 265º | 0.77% | 0.46% | - |
| HSV(B) | 265º | 0.87% | 0.81% | - |
| XYZ | 17.13 | 8.11 | 59.69 | - |
| YUV | 69.95 | 205.35 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 27 | 207 | 0.51 | 0.87 | 0 | 0.19 | 265 | 0.77 | 0.46 |
| Hex | 66 | 1B | CF | 33 | 57 | 0 | 13 | 109 | 4D | 2E |
| Octal | 146 | 33 | 317 | 63 | 127 | 0 | 23 | 411 | 115 | 56 |
| Binary | 1100110 | 11011 | 11001111 | 110011 | 1010111 | 0 | 10011 | 100001001 | 1001101 | 101110 |
Color Harmonies of #661BCF
Complementary color
Monochromatic Colors of #661BCF
Black with #661BCF
Text Example
Text Example
White with #661BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661BCF; }
p { color: rgb(102,27,207); }
H1.HeaderClassName
{
color: #661BCF;
}
.AnyTagClassName
{
color: #661BCF;
}
</style>
background-color css
<style>
a { background-color: #661BCF; }
a { background-color: rgb(102,27,207); }
div.DivClassName
{
background-color: #661BCF;
}
.BgClassName
{
background-color: #661BCF;
}
</style>
border-color css
<style>
span { border-color: #661BCF; }
span { border-color: rgb(102,27,207); }
td.TdClassName
{
border-color: #661BCF;
}
.TagClassName
{
border-color: #661BCF;
}
</style>