Shades of Purple Heart #6622CF
Tints of Purple Heart #6622CF
RGB
CMYK
RGB Variations
Color information
#6622CF (or 0x6622CF) is known color: Purple Heart. HEX triplet: 66, 22 and CF. RGB value is (102,34,207). Sum of RGB (Red+Green+Blue) = 102+34+207=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 34 (13.67% from 255 or 9.91% from 343); Blue value is 207 (81.25% from 255 or 60.35% from 343); Max value from RGB is 207 - color contains mainly: blue. Hex color #6622CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6622CF is #99DD30. Grayscale: #494949. Windows color (decimal): -10083633 or 13574758. OLE color: 13574758.
HSL color Cylindrical-coordinate representation of color #6622CF: hue angle of 263.58º 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 #6622CF is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 34 | 207 | - |
| CMYK | 0.51 | 0.84 | 0 | 0.19 |
| HSL | 263.58º | 0.72% | 0.47% | - |
| HSV(B) | 263.58º | 0.84% | 0.81% | - |
| XYZ | 17.31 | 8.47 | 59.75 | - |
| YUV | 74.05 | 203.03 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 34 | 207 | 0.51 | 0.84 | 0 | 0.19 | 263.58 | 0.72 | 0.47 |
| Hex | 66 | 22 | CF | 33 | 54 | 0 | 13 | 108 | 48 | 2F |
| Octal | 146 | 42 | 317 | 63 | 124 | 0 | 23 | 410 | 110 | 57 |
| Binary | 1100110 | 100010 | 11001111 | 110011 | 1010100 | 0 | 10011 | 100001000 | 1001000 | 101111 |
Color Harmonies of #6622CF
Complementary color
Monochromatic Colors of #6622CF
Black with #6622CF
Text Example
Text Example
White with #6622CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6622CF; }
p { color: rgb(102,34,207); }
H1.HeaderClassName
{
color: #6622CF;
}
.AnyTagClassName
{
color: #6622CF;
}
</style>
background-color css
<style>
a { background-color: #6622CF; }
a { background-color: rgb(102,34,207); }
div.DivClassName
{
background-color: #6622CF;
}
.BgClassName
{
background-color: #6622CF;
}
</style>
border-color css
<style>
span { border-color: #6622CF; }
span { border-color: rgb(102,34,207); }
td.TdClassName
{
border-color: #6622CF;
}
.TagClassName
{
border-color: #6622CF;
}
</style>