Shades of Purple Heart #662ADA
Tints of Purple Heart #662ADA
RGB
CMYK
RGB Variations
Color information
#662ADA (or 0x662ADA) is known color: Purple Heart. HEX triplet: 66, 2A and DA. RGB value is (102,42,218). Sum of RGB (Red+Green+Blue) = 102+42+218=362 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.18% from 362); Green value is 42 (16.80% from 255 or 11.60% from 362); Blue value is 218 (85.55% from 255 or 60.22% from 362); Max value from RGB is 218 - color contains mainly: blue. Hex color #662ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662ADA is #99D525. Grayscale: #4F4F4F. Windows color (decimal): -10081574 or 14297702. OLE color: 14297702.
HSL color Cylindrical-coordinate representation of color #662ADA: hue angle of 260.45º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #662ADA is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 42 | 218 | - |
| CMYK | 0.53 | 0.81 | 0 | 0.15 |
| HSL | 260.45º | 0.7% | 0.51% | - |
| HSV(B) | 260.45º | 0.81% | 0.85% | - |
| XYZ | 18.96 | 9.54 | 67.17 | - |
| YUV | 80 | 205.88 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 42 | 218 | 0.53 | 0.81 | 0 | 0.15 | 260.45 | 0.7 | 0.51 |
| Hex | 66 | 2A | DA | 35 | 51 | 0 | F | 104 | 46 | 33 |
| Octal | 146 | 52 | 332 | 65 | 121 | 0 | 17 | 404 | 106 | 63 |
| Binary | 1100110 | 101010 | 11011010 | 110101 | 1010001 | 0 | 1111 | 100000100 | 1000110 | 110011 |
Color Harmonies of #662ADA
Complementary color
Monochromatic Colors of #662ADA
Black with #662ADA
Text Example
Text Example
White with #662ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662ADA; }
p { color: rgb(102,42,218); }
H1.HeaderClassName
{
color: #662ADA;
}
.AnyTagClassName
{
color: #662ADA;
}
</style>
background-color css
<style>
a { background-color: #662ADA; }
a { background-color: rgb(102,42,218); }
div.DivClassName
{
background-color: #662ADA;
}
.BgClassName
{
background-color: #662ADA;
}
</style>
border-color css
<style>
span { border-color: #662ADA; }
span { border-color: rgb(102,42,218); }
td.TdClassName
{
border-color: #662ADA;
}
.TagClassName
{
border-color: #662ADA;
}
</style>