Shades of Han Purple #662EEE
Tints of Han Purple #662EEE
RGB
CMYK
RGB Variations
Color information
#662EEE (or 0x662EEE) is known color: Han Purple. HEX triplet: 66, 2E and EE. RGB value is (102,46,238). Sum of RGB (Red+Green+Blue) = 102+46+238=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 46 (18.36% from 255 or 11.92% from 386); Blue value is 238 (93.36% from 255 or 61.66% from 386); Max value from RGB is 238 - color contains mainly: blue. Hex color #662EEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #662EEE is #99D111. Grayscale: #535353. Windows color (decimal): -10080530 or 15609446. OLE color: 15609446.
HSL color Cylindrical-coordinate representation of color #662EEE: hue angle of 257.5º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #662EEE is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 46 | 238 | - |
| CMYK | 0.57 | 0.81 | 0 | 0.07 |
| HSL | 257.5º | 0.85% | 0.56% | - |
| HSV(B) | 257.5º | 0.81% | 0.93% | - |
| XYZ | 21.89 | 10.95 | 81.85 | - |
| YUV | 84.63 | 214.55 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 46 | 238 | 0.57 | 0.81 | 0 | 0.07 | 257.5 | 0.85 | 0.56 |
| Hex | 66 | 2E | EE | 39 | 51 | 0 | 7 | 102 | 55 | 38 |
| Octal | 146 | 56 | 356 | 71 | 121 | 0 | 7 | 402 | 125 | 70 |
| Binary | 1100110 | 101110 | 11101110 | 111001 | 1010001 | 0 | 111 | 100000010 | 1010101 | 111000 |
Color Harmonies of #662EEE
Complementary color
Monochromatic Colors of #662EEE
Black with #662EEE
Text Example
Text Example
White with #662EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662EEE; }
p { color: rgb(102,46,238); }
H1.HeaderClassName
{
color: #662EEE;
}
.AnyTagClassName
{
color: #662EEE;
}
</style>
background-color css
<style>
a { background-color: #662EEE; }
a { background-color: rgb(102,46,238); }
div.DivClassName
{
background-color: #662EEE;
}
.BgClassName
{
background-color: #662EEE;
}
</style>
border-color css
<style>
span { border-color: #662EEE; }
span { border-color: rgb(102,46,238); }
td.TdClassName
{
border-color: #662EEE;
}
.TagClassName
{
border-color: #662EEE;
}
</style>