Shades of Purple Heart #6622BD
Tints of Purple Heart #6622BD
RGB
CMYK
RGB Variations
Color information
#6622BD (or 0x6622BD) is known color: Purple Heart. HEX triplet: 66, 22 and BD. RGB value is (102,34,189). Sum of RGB (Red+Green+Blue) = 102+34+189=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 34 (13.67% from 255 or 10.46% from 325); Blue value is 189 (74.22% from 255 or 58.15% from 325); Max value from RGB is 189 - color contains mainly: blue. Hex color #6622BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6622BD is #99DD42. Grayscale: #474747. Windows color (decimal): -10083651 or 12395110. OLE color: 12395110.
HSL color Cylindrical-coordinate representation of color #6622BD: hue angle of 266.32º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6622BD is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 34 | 189 | - |
| CMYK | 0.46 | 0.82 | 0 | 0.26 |
| HSL | 266.32º | 0.7% | 0.44% | - |
| HSV(B) | 266.32º | 0.82% | 0.74% | - |
| XYZ | 15.24 | 7.64 | 48.82 | - |
| YUV | 72 | 194.03 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 34 | 189 | 0.46 | 0.82 | 0 | 0.26 | 266.32 | 0.7 | 0.44 |
| Hex | 66 | 22 | BD | 2E | 52 | 0 | 1A | 10A | 46 | 2C |
| Octal | 146 | 42 | 275 | 56 | 122 | 0 | 32 | 412 | 106 | 54 |
| Binary | 1100110 | 100010 | 10111101 | 101110 | 1010010 | 0 | 11010 | 100001010 | 1000110 | 101100 |
Color Harmonies of #6622BD
Complementary color
Monochromatic Colors of #6622BD
Black with #6622BD
Text Example
Text Example
White with #6622BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6622BD; }
p { color: rgb(102,34,189); }
H1.HeaderClassName
{
color: #6622BD;
}
.AnyTagClassName
{
color: #6622BD;
}
</style>
background-color css
<style>
a { background-color: #6622BD; }
a { background-color: rgb(102,34,189); }
div.DivClassName
{
background-color: #6622BD;
}
.BgClassName
{
background-color: #6622BD;
}
</style>
border-color css
<style>
span { border-color: #6622BD; }
span { border-color: rgb(102,34,189); }
td.TdClassName
{
border-color: #6622BD;
}
.TagClassName
{
border-color: #6622BD;
}
</style>