Shades of Purple Heart #6621C0
Tints of Purple Heart #6621C0
RGB
CMYK
RGB Variations
Color information
#6621C0 (or 0x6621C0) is known color: Purple Heart. HEX triplet: 66, 21 and C0. RGB value is (102,33,192). Sum of RGB (Red+Green+Blue) = 102+33+192=327 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.19% from 327); Green value is 33 (13.28% from 255 or 10.09% from 327); Blue value is 192 (75.39% from 255 or 58.72% from 327); Max value from RGB is 192 - color contains mainly: blue. Hex color #6621C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6621C0 is #99DE3F. Grayscale: #474747. Windows color (decimal): -10083904 or 12591462. OLE color: 12591462.
HSL color Cylindrical-coordinate representation of color #6621C0: hue angle of 266.04º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6621C0 is Cyan = 0.47, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 33 | 192 | - |
| CMYK | 0.47 | 0.83 | 0 | 0.25 |
| HSL | 266.04º | 0.71% | 0.44% | - |
| HSV(B) | 266.04º | 0.83% | 0.75% | - |
| XYZ | 15.54 | 7.72 | 50.54 | - |
| YUV | 71.76 | 195.86 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 33 | 192 | 0.47 | 0.83 | 0 | 0.25 | 266.04 | 0.71 | 0.44 |
| Hex | 66 | 21 | C0 | 2F | 53 | 0 | 19 | 10A | 47 | 2C |
| Octal | 146 | 41 | 300 | 57 | 123 | 0 | 31 | 412 | 107 | 54 |
| Binary | 1100110 | 100001 | 11000000 | 101111 | 1010011 | 0 | 11001 | 100001010 | 1000111 | 101100 |
Color Harmonies of #6621C0
Complementary color
Monochromatic Colors of #6621C0
Black with #6621C0
Text Example
Text Example
White with #6621C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6621C0; }
p { color: rgb(102,33,192); }
H1.HeaderClassName
{
color: #6621C0;
}
.AnyTagClassName
{
color: #6621C0;
}
</style>
background-color css
<style>
a { background-color: #6621C0; }
a { background-color: rgb(102,33,192); }
div.DivClassName
{
background-color: #6621C0;
}
.BgClassName
{
background-color: #6621C0;
}
</style>
border-color css
<style>
span { border-color: #6621C0; }
span { border-color: rgb(102,33,192); }
td.TdClassName
{
border-color: #6621C0;
}
.TagClassName
{
border-color: #6621C0;
}
</style>