Shades of Han Purple #652AE8
Tints of Han Purple #652AE8
RGB
CMYK
RGB Variations
Color information
#652AE8 (or 0x652AE8) is known color: Han Purple. HEX triplet: 65, 2A and E8. RGB value is (101,42,232). Sum of RGB (Red+Green+Blue) = 101+42+232=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 42 (16.80% from 255 or 11.2% from 375); Blue value is 232 (91.02% from 255 or 61.87% from 375); Max value from RGB is 232 - color contains mainly: blue. Hex color #652AE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #652AE8 is #9AD517. Grayscale: #505050. Windows color (decimal): -10147096 or 15215205. OLE color: 15215205.
HSL color Cylindrical-coordinate representation of color #652AE8: hue angle of 258.63º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #652AE8 is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 101 | 42 | 232 | - |
| CMYK | 0.56 | 0.82 | 0 | 0.09 |
| HSL | 258.63º | 0.81% | 0.54% | - |
| HSV(B) | 258.63º | 0.82% | 0.91% | - |
| XYZ | 20.76 | 10.25 | 77.23 | - |
| YUV | 81.3 | 213.05 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 42 | 232 | 0.56 | 0.82 | 0 | 0.09 | 258.63 | 0.81 | 0.54 |
| Hex | 65 | 2A | E8 | 38 | 52 | 0 | 9 | 103 | 51 | 36 |
| Octal | 145 | 52 | 350 | 70 | 122 | 0 | 11 | 403 | 121 | 66 |
| Binary | 1100101 | 101010 | 11101000 | 111000 | 1010010 | 0 | 1001 | 100000011 | 1010001 | 110110 |
Color Harmonies of #652AE8
Complementary color
Monochromatic Colors of #652AE8
Black with #652AE8
Text Example
Text Example
White with #652AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652AE8; }
p { color: rgb(101,42,232); }
H1.HeaderClassName
{
color: #652AE8;
}
.AnyTagClassName
{
color: #652AE8;
}
</style>
background-color css
<style>
a { background-color: #652AE8; }
a { background-color: rgb(101,42,232); }
div.DivClassName
{
background-color: #652AE8;
}
.BgClassName
{
background-color: #652AE8;
}
</style>
border-color css
<style>
span { border-color: #652AE8; }
span { border-color: rgb(101,42,232); }
td.TdClassName
{
border-color: #652AE8;
}
.TagClassName
{
border-color: #652AE8;
}
</style>