Shades of Han Purple #662AEF
Tints of Han Purple #662AEF
RGB
CMYK
RGB Variations
Color information
#662AEF (or 0x662AEF) is known color: Han Purple. HEX triplet: 66, 2A and EF. RGB value is (102,42,239). Sum of RGB (Red+Green+Blue) = 102+42+239=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 42 (16.80% from 255 or 10.97% from 383); Blue value is 239 (93.75% from 255 or 62.40% from 383); Max value from RGB is 239 - color contains mainly: blue. Hex color #662AEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #662AEF is #99D510. Grayscale: #515151. Windows color (decimal): -10081553 or 15673958. OLE color: 15673958.
HSL color Cylindrical-coordinate representation of color #662AEF: hue angle of 258.27º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #662AEF is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 42 | 239 | - |
| CMYK | 0.57 | 0.82 | 0 | 0.06 |
| HSL | 258.27º | 0.86% | 0.55% | - |
| HSV(B) | 258.27º | 0.82% | 0.94% | - |
| XYZ | 21.89 | 10.71 | 82.58 | - |
| YUV | 82.4 | 216.38 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 42 | 239 | 0.57 | 0.82 | 0 | 0.06 | 258.27 | 0.86 | 0.55 |
| Hex | 66 | 2A | EF | 39 | 52 | 0 | 6 | 102 | 56 | 37 |
| Octal | 146 | 52 | 357 | 71 | 122 | 0 | 6 | 402 | 126 | 67 |
| Binary | 1100110 | 101010 | 11101111 | 111001 | 1010010 | 0 | 110 | 100000010 | 1010110 | 110111 |
Color Harmonies of #662AEF
Complementary color
Monochromatic Colors of #662AEF
Black with #662AEF
Text Example
Text Example
White with #662AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662AEF; }
p { color: rgb(102,42,239); }
H1.HeaderClassName
{
color: #662AEF;
}
.AnyTagClassName
{
color: #662AEF;
}
</style>
background-color css
<style>
a { background-color: #662AEF; }
a { background-color: rgb(102,42,239); }
div.DivClassName
{
background-color: #662AEF;
}
.BgClassName
{
background-color: #662AEF;
}
</style>
border-color css
<style>
span { border-color: #662AEF; }
span { border-color: rgb(102,42,239); }
td.TdClassName
{
border-color: #662AEF;
}
.TagClassName
{
border-color: #662AEF;
}
</style>