Shades of Purple Heart #6621CE
Tints of Purple Heart #6621CE
RGB
CMYK
RGB Variations
Color information
#6621CE (or 0x6621CE) is known color: Purple Heart. HEX triplet: 66, 21 and CE. RGB value is (102,33,206). Sum of RGB (Red+Green+Blue) = 102+33+206=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 33 (13.28% from 255 or 9.68% from 341); Blue value is 206 (80.86% from 255 or 60.41% from 341); Max value from RGB is 206 - color contains mainly: blue. Hex color #6621CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6621CE is #99DE31. Grayscale: #484848. Windows color (decimal): -10083890 or 13508966. OLE color: 13508966.
HSL color Cylindrical-coordinate representation of color #6621CE: hue angle of 263.93º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6621CE is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 33 | 206 | - |
| CMYK | 0.50 | 0.84 | 0 | 0.19 |
| HSL | 263.93º | 0.72% | 0.47% | - |
| HSV(B) | 263.93º | 0.84% | 0.81% | - |
| XYZ | 17.16 | 8.37 | 59.1 | - |
| YUV | 73.35 | 202.86 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 33 | 206 | 0.50 | 0.84 | 0 | 0.19 | 263.93 | 0.72 | 0.47 |
| Hex | 66 | 21 | CE | 32 | 54 | 0 | 13 | 108 | 48 | 2F |
| Octal | 146 | 41 | 316 | 62 | 124 | 0 | 23 | 410 | 110 | 57 |
| Binary | 1100110 | 100001 | 11001110 | 110010 | 1010100 | 0 | 10011 | 100001000 | 1001000 | 101111 |
Color Harmonies of #6621CE
Complementary color
Monochromatic Colors of #6621CE
Black with #6621CE
Text Example
Text Example
White with #6621CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6621CE; }
p { color: rgb(102,33,206); }
H1.HeaderClassName
{
color: #6621CE;
}
.AnyTagClassName
{
color: #6621CE;
}
</style>
background-color css
<style>
a { background-color: #6621CE; }
a { background-color: rgb(102,33,206); }
div.DivClassName
{
background-color: #6621CE;
}
.BgClassName
{
background-color: #6621CE;
}
</style>
border-color css
<style>
span { border-color: #6621CE; }
span { border-color: rgb(102,33,206); }
td.TdClassName
{
border-color: #6621CE;
}
.TagClassName
{
border-color: #6621CE;
}
</style>