Shades of Purple Heart #662CC1
Tints of Purple Heart #662CC1
RGB
CMYK
RGB Variations
Color information
#662CC1 (or 0x662CC1) is known color: Purple Heart. HEX triplet: 66, 2C and C1. RGB value is (102,44,193). Sum of RGB (Red+Green+Blue) = 102+44+193=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 44 (17.58% from 255 or 12.98% from 339); Blue value is 193 (75.78% from 255 or 56.93% from 339); Max value from RGB is 193 - color contains mainly: blue. Hex color #662CC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662CC1 is #99D33E. Grayscale: #4D4D4D. Windows color (decimal): -10081087 or 12659814. OLE color: 12659814.
HSL color Cylindrical-coordinate representation of color #662CC1: hue angle of 263.36º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #662CC1 is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 44 | 193 | - |
| CMYK | 0.47 | 0.77 | 0 | 0.24 |
| HSL | 263.36º | 0.63% | 0.46% | - |
| HSV(B) | 263.36º | 0.77% | 0.76% | - |
| XYZ | 16.01 | 8.48 | 51.24 | - |
| YUV | 78.33 | 192.72 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 44 | 193 | 0.47 | 0.77 | 0 | 0.24 | 263.36 | 0.63 | 0.46 |
| Hex | 66 | 2C | C1 | 2F | 4D | 0 | 18 | 107 | 3F | 2E |
| Octal | 146 | 54 | 301 | 57 | 115 | 0 | 30 | 407 | 77 | 56 |
| Binary | 1100110 | 101100 | 11000001 | 101111 | 1001101 | 0 | 11000 | 100000111 | 111111 | 101110 |
Color Harmonies of #662CC1
Complementary color
Monochromatic Colors of #662CC1
Black with #662CC1
Text Example
Text Example
White with #662CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662CC1; }
p { color: rgb(102,44,193); }
H1.HeaderClassName
{
color: #662CC1;
}
.AnyTagClassName
{
color: #662CC1;
}
</style>
background-color css
<style>
a { background-color: #662CC1; }
a { background-color: rgb(102,44,193); }
div.DivClassName
{
background-color: #662CC1;
}
.BgClassName
{
background-color: #662CC1;
}
</style>
border-color css
<style>
span { border-color: #662CC1; }
span { border-color: rgb(102,44,193); }
td.TdClassName
{
border-color: #662CC1;
}
.TagClassName
{
border-color: #662CC1;
}
</style>