Shades of Purple Heart #662DCF
Tints of Purple Heart #662DCF
RGB
CMYK
RGB Variations
Color information
#662DCF (or 0x662DCF) is known color: Purple Heart. HEX triplet: 66, 2D and CF. RGB value is (102,45,207). Sum of RGB (Red+Green+Blue) = 102+45+207=354 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.81% from 354); Green value is 45 (17.97% from 255 or 12.71% from 354); Blue value is 207 (81.25% from 255 or 58.47% from 354); Max value from RGB is 207 - color contains mainly: blue. Hex color #662DCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662DCF is #99D230. Grayscale: #4F4F4F. Windows color (decimal): -10080817 or 13577574. OLE color: 13577574.
HSL color Cylindrical-coordinate representation of color #662DCF: hue angle of 261.11º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #662DCF is Cyan = 0.51, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 45 | 207 | - |
| CMYK | 0.51 | 0.78 | 0 | 0.19 |
| HSL | 261.11º | 0.64% | 0.49% | - |
| HSV(B) | 261.11º | 0.78% | 0.81% | - |
| XYZ | 17.68 | 9.21 | 59.88 | - |
| YUV | 80.51 | 199.38 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 45 | 207 | 0.51 | 0.78 | 0 | 0.19 | 261.11 | 0.64 | 0.49 |
| Hex | 66 | 2D | CF | 33 | 4E | 0 | 13 | 105 | 40 | 31 |
| Octal | 146 | 55 | 317 | 63 | 116 | 0 | 23 | 405 | 100 | 61 |
| Binary | 1100110 | 101101 | 11001111 | 110011 | 1001110 | 0 | 10011 | 100000101 | 1000000 | 110001 |
Color Harmonies of #662DCF
Complementary color
Monochromatic Colors of #662DCF
Black with #662DCF
Text Example
Text Example
White with #662DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662DCF; }
p { color: rgb(102,45,207); }
H1.HeaderClassName
{
color: #662DCF;
}
.AnyTagClassName
{
color: #662DCF;
}
</style>
background-color css
<style>
a { background-color: #662DCF; }
a { background-color: rgb(102,45,207); }
div.DivClassName
{
background-color: #662DCF;
}
.BgClassName
{
background-color: #662DCF;
}
</style>
border-color css
<style>
span { border-color: #662DCF; }
span { border-color: rgb(102,45,207); }
td.TdClassName
{
border-color: #662DCF;
}
.TagClassName
{
border-color: #662DCF;
}
</style>