Shades of Purple Heart #662DB6
Tints of Purple Heart #662DB6
RGB
CMYK
RGB Variations
Color information
#662DB6 (or 0x662DB6) is known color: Purple Heart. HEX triplet: 66, 2D and B6. RGB value is (102,45,182). Sum of RGB (Red+Green+Blue) = 102+45+182=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 45 (17.97% from 255 or 13.68% from 329); Blue value is 182 (71.48% from 255 or 55.32% from 329); Max value from RGB is 182 - color contains mainly: blue. Hex color #662DB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662DB6 is #99D249. Grayscale: #4D4D4D. Windows color (decimal): -10080842 or 11939174. OLE color: 11939174.
HSL color Cylindrical-coordinate representation of color #662DB6: hue angle of 264.96º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #662DB6 is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 45 | 182 | - |
| CMYK | 0.44 | 0.75 | 0 | 0.29 |
| HSL | 264.96º | 0.6% | 0.45% | - |
| HSV(B) | 264.96º | 0.75% | 0.71% | - |
| XYZ | 14.86 | 8.08 | 45.03 | - |
| YUV | 77.66 | 186.88 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 45 | 182 | 0.44 | 0.75 | 0 | 0.29 | 264.96 | 0.6 | 0.45 |
| Hex | 66 | 2D | B6 | 2C | 4B | 0 | 1D | 109 | 3C | 2D |
| Octal | 146 | 55 | 266 | 54 | 113 | 0 | 35 | 411 | 74 | 55 |
| Binary | 1100110 | 101101 | 10110110 | 101100 | 1001011 | 0 | 11101 | 100001001 | 111100 | 101101 |
Color Harmonies of #662DB6
Complementary color
Monochromatic Colors of #662DB6
Black with #662DB6
Text Example
Text Example
White with #662DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662DB6; }
p { color: rgb(102,45,182); }
H1.HeaderClassName
{
color: #662DB6;
}
.AnyTagClassName
{
color: #662DB6;
}
</style>
background-color css
<style>
a { background-color: #662DB6; }
a { background-color: rgb(102,45,182); }
div.DivClassName
{
background-color: #662DB6;
}
.BgClassName
{
background-color: #662DB6;
}
</style>
border-color css
<style>
span { border-color: #662DB6; }
span { border-color: rgb(102,45,182); }
td.TdClassName
{
border-color: #662DB6;
}
.TagClassName
{
border-color: #662DB6;
}
</style>