Shades of Han Purple #652AEE
Tints of Han Purple #652AEE
RGB
CMYK
RGB Variations
Color information
#652AEE (or 0x652AEE) is known color: Han Purple. HEX triplet: 65, 2A and EE. RGB value is (101,42,238). Sum of RGB (Red+Green+Blue) = 101+42+238=381 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.51% from 381); Green value is 42 (16.80% from 255 or 11.02% from 381); Blue value is 238 (93.36% from 255 or 62.47% from 381); Max value from RGB is 238 - color contains mainly: blue. Hex color #652AEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #652AEE is #9AD511. Grayscale: #515151. Windows color (decimal): -10147090 or 15608421. OLE color: 15608421.
HSL color Cylindrical-coordinate representation of color #652AEE: hue angle of 258.06º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #652AEE is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 42 | 238 | - |
| CMYK | 0.58 | 0.82 | 0 | 0.07 |
| HSL | 258.06º | 0.85% | 0.55% | - |
| HSV(B) | 258.06º | 0.82% | 0.93% | - |
| XYZ | 21.63 | 10.6 | 81.79 | - |
| YUV | 81.99 | 216.05 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 42 | 238 | 0.58 | 0.82 | 0 | 0.07 | 258.06 | 0.85 | 0.55 |
| Hex | 65 | 2A | EE | 3A | 52 | 0 | 7 | 102 | 55 | 37 |
| Octal | 145 | 52 | 356 | 72 | 122 | 0 | 7 | 402 | 125 | 67 |
| Binary | 1100101 | 101010 | 11101110 | 111010 | 1010010 | 0 | 111 | 100000010 | 1010101 | 110111 |
Color Harmonies of #652AEE
Complementary color
Monochromatic Colors of #652AEE
Black with #652AEE
Text Example
Text Example
White with #652AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652AEE; }
p { color: rgb(101,42,238); }
H1.HeaderClassName
{
color: #652AEE;
}
.AnyTagClassName
{
color: #652AEE;
}
</style>
background-color css
<style>
a { background-color: #652AEE; }
a { background-color: rgb(101,42,238); }
div.DivClassName
{
background-color: #652AEE;
}
.BgClassName
{
background-color: #652AEE;
}
</style>
border-color css
<style>
span { border-color: #652AEE; }
span { border-color: rgb(101,42,238); }
td.TdClassName
{
border-color: #652AEE;
}
.TagClassName
{
border-color: #652AEE;
}
</style>