Shades of Han Purple #6626EE
Tints of Han Purple #6626EE
RGB
CMYK
RGB Variations
Color information
#6626EE (or 0x6626EE) is known color: Han Purple. HEX triplet: 66, 26 and EE. RGB value is (102,38,238). Sum of RGB (Red+Green+Blue) = 102+38+238=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 38 (15.23% from 255 or 10.05% from 378); Blue value is 238 (93.36% from 255 or 62.96% from 378); Max value from RGB is 238 - color contains mainly: blue. Hex color #6626EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6626EE is #99D911. Grayscale: #4F4F4F. Windows color (decimal): -10082578 or 15607398. OLE color: 15607398.
HSL color Cylindrical-coordinate representation of color #6626EE: hue angle of 259.2º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6626EE is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 38 | 238 | - |
| CMYK | 0.57 | 0.84 | 0 | 0.07 |
| HSL | 259.2º | 0.85% | 0.54% | - |
| HSV(B) | 259.2º | 0.84% | 0.93% | - |
| XYZ | 21.61 | 10.38 | 81.75 | - |
| YUV | 79.94 | 217.2 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 38 | 238 | 0.57 | 0.84 | 0 | 0.07 | 259.2 | 0.85 | 0.54 |
| Hex | 66 | 26 | EE | 39 | 54 | 0 | 7 | 103 | 55 | 36 |
| Octal | 146 | 46 | 356 | 71 | 124 | 0 | 7 | 403 | 125 | 66 |
| Binary | 1100110 | 100110 | 11101110 | 111001 | 1010100 | 0 | 111 | 100000011 | 1010101 | 110110 |
Color Harmonies of #6626EE
Complementary color
Monochromatic Colors of #6626EE
Black with #6626EE
Text Example
Text Example
White with #6626EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6626EE; }
p { color: rgb(102,38,238); }
H1.HeaderClassName
{
color: #6626EE;
}
.AnyTagClassName
{
color: #6626EE;
}
</style>
background-color css
<style>
a { background-color: #6626EE; }
a { background-color: rgb(102,38,238); }
div.DivClassName
{
background-color: #6626EE;
}
.BgClassName
{
background-color: #6626EE;
}
</style>
border-color css
<style>
span { border-color: #6626EE; }
span { border-color: rgb(102,38,238); }
td.TdClassName
{
border-color: #6626EE;
}
.TagClassName
{
border-color: #6626EE;
}
</style>