Shades of Han Purple #662AFF
Tints of Han Purple #662AFF
RGB
CMYK
RGB Variations
Color information
#662AFF (or 0x662AFF) is known color: Han Purple. HEX triplet: 66, 2A and FF. RGB value is (102,42,255). Sum of RGB (Red+Green+Blue) = 102+42+255=399 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.56% from 399); Green value is 42 (16.80% from 255 or 10.53% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #662AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #662AFF is #99D500. Grayscale: #535353. Windows color (decimal): -10081537 or 16722534. OLE color: 16722534.
HSL color Cylindrical-coordinate representation of color #662AFF: hue angle of 256.9º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #662AFF is Cyan = 0.6, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 42 | 255 | - |
| CMYK | 0.6 | 0.84 | 0 | 0 |
| HSL | 256.9º | 1% | 0.58% | - |
| HSV(B) | 256.9º | 0.84% | 1% | - |
| XYZ | 24.36 | 11.7 | 95.58 | - |
| YUV | 84.22 | 224.38 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 42 | 255 | 0.6 | 0.84 | 0 | 0 | 256.9 | 1 | 0.58 |
| Hex | 66 | 2A | FF | 3C | 54 | 0 | 0 | 101 | 64 | 3A |
| Octal | 146 | 52 | 377 | 74 | 124 | 0 | 0 | 401 | 144 | 72 |
| Binary | 1100110 | 101010 | 11111111 | 111100 | 1010100 | 0 | 0 | 100000001 | 1100100 | 111010 |
Color Harmonies of #662AFF
Complementary color
Monochromatic Colors of #662AFF
Black with #662AFF
Text Example
Text Example
White with #662AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662AFF; }
p { color: rgb(102,42,255); }
H1.HeaderClassName
{
color: #662AFF;
}
.AnyTagClassName
{
color: #662AFF;
}
</style>
background-color css
<style>
a { background-color: #662AFF; }
a { background-color: rgb(102,42,255); }
div.DivClassName
{
background-color: #662AFF;
}
.BgClassName
{
background-color: #662AFF;
}
</style>
border-color css
<style>
span { border-color: #662AFF; }
span { border-color: rgb(102,42,255); }
td.TdClassName
{
border-color: #662AFF;
}
.TagClassName
{
border-color: #662AFF;
}
</style>