Shades of Purple Heart #6622C1
Tints of Purple Heart #6622C1
RGB
CMYK
RGB Variations
Color information
#6622C1 (or 0x6622C1) is known color: Purple Heart. HEX triplet: 66, 22 and C1. RGB value is (102,34,193). Sum of RGB (Red+Green+Blue) = 102+34+193=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 34 (13.67% from 255 or 10.33% from 329); Blue value is 193 (75.78% from 255 or 58.66% from 329); Max value from RGB is 193 - color contains mainly: blue. Hex color #6622C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6622C1 is #99DD3E. Grayscale: #474747. Windows color (decimal): -10083647 or 12657254. OLE color: 12657254.
HSL color Cylindrical-coordinate representation of color #6622C1: hue angle of 265.66º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6622C1 is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 34 | 193 | - |
| CMYK | 0.47 | 0.82 | 0 | 0.24 |
| HSL | 265.66º | 0.7% | 0.45% | - |
| HSV(B) | 265.66º | 0.82% | 0.76% | - |
| XYZ | 15.68 | 7.82 | 51.14 | - |
| YUV | 72.46 | 196.03 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 34 | 193 | 0.47 | 0.82 | 0 | 0.24 | 265.66 | 0.7 | 0.45 |
| Hex | 66 | 22 | C1 | 2F | 52 | 0 | 18 | 10A | 46 | 2D |
| Octal | 146 | 42 | 301 | 57 | 122 | 0 | 30 | 412 | 106 | 55 |
| Binary | 1100110 | 100010 | 11000001 | 101111 | 1010010 | 0 | 11000 | 100001010 | 1000110 | 101101 |
Color Harmonies of #6622C1
Complementary color
Monochromatic Colors of #6622C1
Black with #6622C1
Text Example
Text Example
White with #6622C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6622C1; }
p { color: rgb(102,34,193); }
H1.HeaderClassName
{
color: #6622C1;
}
.AnyTagClassName
{
color: #6622C1;
}
</style>
background-color css
<style>
a { background-color: #6622C1; }
a { background-color: rgb(102,34,193); }
div.DivClassName
{
background-color: #6622C1;
}
.BgClassName
{
background-color: #6622C1;
}
</style>
border-color css
<style>
span { border-color: #6622C1; }
span { border-color: rgb(102,34,193); }
td.TdClassName
{
border-color: #6622C1;
}
.TagClassName
{
border-color: #6622C1;
}
</style>