Shades of Purple Heart #662BCF
Tints of Purple Heart #662BCF
RGB
CMYK
RGB Variations
Color information
#662BCF (or 0x662BCF) is known color: Purple Heart. HEX triplet: 66, 2B and CF. RGB value is (102,43,207). Sum of RGB (Red+Green+Blue) = 102+43+207=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 43 (17.19% from 255 or 12.22% from 352); Blue value is 207 (81.25% from 255 or 58.81% from 352); Max value from RGB is 207 - color contains mainly: blue. Hex color #662BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662BCF is #99D430. Grayscale: #4E4E4E. Windows color (decimal): -10081329 or 13577062. OLE color: 13577062.
HSL color Cylindrical-coordinate representation of color #662BCF: hue angle of 261.59º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #662BCF is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 43 | 207 | - |
| CMYK | 0.51 | 0.79 | 0 | 0.19 |
| HSL | 261.59º | 0.66% | 0.49% | - |
| HSV(B) | 261.59º | 0.79% | 0.81% | - |
| XYZ | 17.61 | 9.06 | 59.85 | - |
| YUV | 79.34 | 200.05 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 43 | 207 | 0.51 | 0.79 | 0 | 0.19 | 261.59 | 0.66 | 0.49 |
| Hex | 66 | 2B | CF | 33 | 4F | 0 | 13 | 106 | 42 | 31 |
| Octal | 146 | 53 | 317 | 63 | 117 | 0 | 23 | 406 | 102 | 61 |
| Binary | 1100110 | 101011 | 11001111 | 110011 | 1001111 | 0 | 10011 | 100000110 | 1000010 | 110001 |
Color Harmonies of #662BCF
Complementary color
Monochromatic Colors of #662BCF
Black with #662BCF
Text Example
Text Example
White with #662BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662BCF; }
p { color: rgb(102,43,207); }
H1.HeaderClassName
{
color: #662BCF;
}
.AnyTagClassName
{
color: #662BCF;
}
</style>
background-color css
<style>
a { background-color: #662BCF; }
a { background-color: rgb(102,43,207); }
div.DivClassName
{
background-color: #662BCF;
}
.BgClassName
{
background-color: #662BCF;
}
</style>
border-color css
<style>
span { border-color: #662BCF; }
span { border-color: rgb(102,43,207); }
td.TdClassName
{
border-color: #662BCF;
}
.TagClassName
{
border-color: #662BCF;
}
</style>