Shades of Purple Heart #662DB3
Tints of Purple Heart #662DB3
RGB
CMYK
RGB Variations
Color information
#662DB3 (or 0x662DB3) is known color: Purple Heart. HEX triplet: 66, 2D and B3. RGB value is (102,45,179). Sum of RGB (Red+Green+Blue) = 102+45+179=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 45 (17.97% from 255 or 13.80% from 326); Blue value is 179 (70.31% from 255 or 54.91% from 326); Max value from RGB is 179 - color contains mainly: blue. Hex color #662DB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662DB3 is #99D24C. Grayscale: #4C4C4C. Windows color (decimal): -10080845 or 11742566. OLE color: 11742566.
HSL color Cylindrical-coordinate representation of color #662DB3: hue angle of 265.52º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #662DB3 is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 102 | 45 | 179 | - |
| CMYK | 0.43 | 0.75 | 0 | 0.30 |
| HSL | 265.52º | 0.6% | 0.44% | - |
| HSV(B) | 265.52º | 0.75% | 0.7% | - |
| XYZ | 14.55 | 7.96 | 43.42 | - |
| YUV | 77.32 | 185.38 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 45 | 179 | 0.43 | 0.75 | 0 | 0.30 | 265.52 | 0.6 | 0.44 |
| Hex | 66 | 2D | B3 | 2B | 4B | 0 | 1E | 10A | 3C | 2C |
| Octal | 146 | 55 | 263 | 53 | 113 | 0 | 36 | 412 | 74 | 54 |
| Binary | 1100110 | 101101 | 10110011 | 101011 | 1001011 | 0 | 11110 | 100001010 | 111100 | 101100 |
Color Harmonies of #662DB3
Complementary color
Monochromatic Colors of #662DB3
Black with #662DB3
Text Example
Text Example
White with #662DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662DB3; }
p { color: rgb(102,45,179); }
H1.HeaderClassName
{
color: #662DB3;
}
.AnyTagClassName
{
color: #662DB3;
}
</style>
background-color css
<style>
a { background-color: #662DB3; }
a { background-color: rgb(102,45,179); }
div.DivClassName
{
background-color: #662DB3;
}
.BgClassName
{
background-color: #662DB3;
}
</style>
border-color css
<style>
span { border-color: #662DB3; }
span { border-color: rgb(102,45,179); }
td.TdClassName
{
border-color: #662DB3;
}
.TagClassName
{
border-color: #662DB3;
}
</style>