Shades of Purple Heart #662EB4
Tints of Purple Heart #662EB4
RGB
CMYK
RGB Variations
Color information
#662EB4 (or 0x662EB4) is known color: Purple Heart. HEX triplet: 66, 2E and B4. RGB value is (102,46,180). Sum of RGB (Red+Green+Blue) = 102+46+180=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 46 (18.36% from 255 or 14.02% from 328); Blue value is 180 (70.70% from 255 or 54.88% from 328); Max value from RGB is 180 - color contains mainly: blue. Hex color #662EB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662EB4 is #99D14B. Grayscale: #4D4D4D. Windows color (decimal): -10080588 or 11808358. OLE color: 11808358.
HSL color Cylindrical-coordinate representation of color #662EB4: hue angle of 265.07º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #662EB4 is Cyan = 0.43, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 46 | 180 | - |
| CMYK | 0.43 | 0.74 | 0 | 0.29 |
| HSL | 265.07º | 0.59% | 0.44% | - |
| HSV(B) | 265.07º | 0.74% | 0.71% | - |
| XYZ | 14.69 | 8.07 | 43.96 | - |
| YUV | 78.02 | 185.55 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 46 | 180 | 0.43 | 0.74 | 0 | 0.29 | 265.07 | 0.59 | 0.44 |
| Hex | 66 | 2E | B4 | 2B | 4A | 0 | 1D | 109 | 3B | 2C |
| Octal | 146 | 56 | 264 | 53 | 112 | 0 | 35 | 411 | 73 | 54 |
| Binary | 1100110 | 101110 | 10110100 | 101011 | 1001010 | 0 | 11101 | 100001001 | 111011 | 101100 |
Color Harmonies of #662EB4
Complementary color
Monochromatic Colors of #662EB4
Black with #662EB4
Text Example
Text Example
White with #662EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662EB4; }
p { color: rgb(102,46,180); }
H1.HeaderClassName
{
color: #662EB4;
}
.AnyTagClassName
{
color: #662EB4;
}
</style>
background-color css
<style>
a { background-color: #662EB4; }
a { background-color: rgb(102,46,180); }
div.DivClassName
{
background-color: #662EB4;
}
.BgClassName
{
background-color: #662EB4;
}
</style>
border-color css
<style>
span { border-color: #662EB4; }
span { border-color: rgb(102,46,180); }
td.TdClassName
{
border-color: #662EB4;
}
.TagClassName
{
border-color: #662EB4;
}
</style>