Shades of Han Purple #652BEE
Tints of Han Purple #652BEE
RGB
CMYK
RGB Variations
Color information
#652BEE (or 0x652BEE) is known color: Han Purple. HEX triplet: 65, 2B and EE. RGB value is (101,43,238). Sum of RGB (Red+Green+Blue) = 101+43+238=382 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.44% from 382); Green value is 43 (17.19% from 255 or 11.26% from 382); Blue value is 238 (93.36% from 255 or 62.30% from 382); Max value from RGB is 238 - color contains mainly: blue. Hex color #652BEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #652BEE is #9AD411. Grayscale: #515151. Windows color (decimal): -10146834 or 15608677. OLE color: 15608677.
HSL color Cylindrical-coordinate representation of color #652BEE: hue angle of 257.85º 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 #652BEE is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 43 | 238 | - |
| CMYK | 0.58 | 0.82 | 0 | 0.07 |
| HSL | 257.85º | 0.85% | 0.55% | - |
| HSV(B) | 257.85º | 0.82% | 0.93% | - |
| XYZ | 21.66 | 10.67 | 81.81 | - |
| YUV | 82.57 | 215.72 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 43 | 238 | 0.58 | 0.82 | 0 | 0.07 | 257.85 | 0.85 | 0.55 |
| Hex | 65 | 2B | EE | 3A | 52 | 0 | 7 | 102 | 55 | 37 |
| Octal | 145 | 53 | 356 | 72 | 122 | 0 | 7 | 402 | 125 | 67 |
| Binary | 1100101 | 101011 | 11101110 | 111010 | 1010010 | 0 | 111 | 100000010 | 1010101 | 110111 |
Color Harmonies of #652BEE
Complementary color
Monochromatic Colors of #652BEE
Black with #652BEE
Text Example
Text Example
White with #652BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652BEE; }
p { color: rgb(101,43,238); }
H1.HeaderClassName
{
color: #652BEE;
}
.AnyTagClassName
{
color: #652BEE;
}
</style>
background-color css
<style>
a { background-color: #652BEE; }
a { background-color: rgb(101,43,238); }
div.DivClassName
{
background-color: #652BEE;
}
.BgClassName
{
background-color: #652BEE;
}
</style>
border-color css
<style>
span { border-color: #652BEE; }
span { border-color: rgb(101,43,238); }
td.TdClassName
{
border-color: #652BEE;
}
.TagClassName
{
border-color: #652BEE;
}
</style>