Shades of Han Purple #6622EE
Tints of Han Purple #6622EE
RGB
CMYK
RGB Variations
Color information
#6622EE (or 0x6622EE) is known color: Han Purple. HEX triplet: 66, 22 and EE. RGB value is (102,34,238). Sum of RGB (Red+Green+Blue) = 102+34+238=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 34 (13.67% from 255 or 9.09% from 374); Blue value is 238 (93.36% from 255 or 63.64% from 374); Max value from RGB is 238 - color contains mainly: blue. Hex color #6622EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6622EE is #99DD11. Grayscale: #4C4C4C. Windows color (decimal): -10083602 or 15606374. OLE color: 15606374.
HSL color Cylindrical-coordinate representation of color #6622EE: hue angle of 260º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6622EE is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 34 | 238 | - |
| CMYK | 0.57 | 0.86 | 0 | 0.07 |
| HSL | 260º | 0.86% | 0.53% | - |
| HSV(B) | 260º | 0.86% | 0.93% | - |
| XYZ | 21.48 | 10.14 | 81.71 | - |
| YUV | 77.59 | 218.53 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 34 | 238 | 0.57 | 0.86 | 0 | 0.07 | 260 | 0.86 | 0.53 |
| Hex | 66 | 22 | EE | 39 | 56 | 0 | 7 | 104 | 56 | 35 |
| Octal | 146 | 42 | 356 | 71 | 126 | 0 | 7 | 404 | 126 | 65 |
| Binary | 1100110 | 100010 | 11101110 | 111001 | 1010110 | 0 | 111 | 100000100 | 1010110 | 110101 |
Color Harmonies of #6622EE
Complementary color
Monochromatic Colors of #6622EE
Black with #6622EE
Text Example
Text Example
White with #6622EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6622EE; }
p { color: rgb(102,34,238); }
H1.HeaderClassName
{
color: #6622EE;
}
.AnyTagClassName
{
color: #6622EE;
}
</style>
background-color css
<style>
a { background-color: #6622EE; }
a { background-color: rgb(102,34,238); }
div.DivClassName
{
background-color: #6622EE;
}
.BgClassName
{
background-color: #6622EE;
}
</style>
border-color css
<style>
span { border-color: #6622EE; }
span { border-color: rgb(102,34,238); }
td.TdClassName
{
border-color: #6622EE;
}
.TagClassName
{
border-color: #6622EE;
}
</style>