Shades of Purple Heart #662FDA
Tints of Purple Heart #662FDA
RGB
CMYK
RGB Variations
Color information
#662FDA (or 0x662FDA) is known color: Purple Heart. HEX triplet: 66, 2F and DA. RGB value is (102,47,218). Sum of RGB (Red+Green+Blue) = 102+47+218=367 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.79% from 367); Green value is 47 (18.75% from 255 or 12.81% from 367); Blue value is 218 (85.55% from 255 or 59.40% from 367); Max value from RGB is 218 - color contains mainly: blue. Hex color #662FDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662FDA is #99D025. Grayscale: #525252. Windows color (decimal): -10080294 or 14298982. OLE color: 14298982.
HSL color Cylindrical-coordinate representation of color #662FDA: hue angle of 259.3º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #662FDA is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 47 | 218 | - |
| CMYK | 0.53 | 0.78 | 0 | 0.15 |
| HSL | 259.3º | 0.7% | 0.52% | - |
| HSV(B) | 259.3º | 0.78% | 0.85% | - |
| XYZ | 19.15 | 9.92 | 67.24 | - |
| YUV | 82.94 | 204.22 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 47 | 218 | 0.53 | 0.78 | 0 | 0.15 | 259.3 | 0.7 | 0.52 |
| Hex | 66 | 2F | DA | 35 | 4E | 0 | F | 103 | 46 | 34 |
| Octal | 146 | 57 | 332 | 65 | 116 | 0 | 17 | 403 | 106 | 64 |
| Binary | 1100110 | 101111 | 11011010 | 110101 | 1001110 | 0 | 1111 | 100000011 | 1000110 | 110100 |
Color Harmonies of #662FDA
Complementary color
Monochromatic Colors of #662FDA
Black with #662FDA
Text Example
Text Example
White with #662FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662FDA; }
p { color: rgb(102,47,218); }
H1.HeaderClassName
{
color: #662FDA;
}
.AnyTagClassName
{
color: #662FDA;
}
</style>
background-color css
<style>
a { background-color: #662FDA; }
a { background-color: rgb(102,47,218); }
div.DivClassName
{
background-color: #662FDA;
}
.BgClassName
{
background-color: #662FDA;
}
</style>
border-color css
<style>
span { border-color: #662FDA; }
span { border-color: rgb(102,47,218); }
td.TdClassName
{
border-color: #662FDA;
}
.TagClassName
{
border-color: #662FDA;
}
</style>