Shades of Han Purple #652DEE
Tints of Han Purple #652DEE
RGB
CMYK
RGB Variations
Color information
#652DEE (or 0x652DEE) is known color: Han Purple. HEX triplet: 65, 2D and EE. RGB value is (101,45,238). Sum of RGB (Red+Green+Blue) = 101+45+238=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 45 (17.97% from 255 or 11.72% from 384); Blue value is 238 (93.36% from 255 or 61.98% from 384); Max value from RGB is 238 - color contains mainly: blue. Hex color #652DEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #652DEE is #9AD211. Grayscale: #535353. Windows color (decimal): -10146322 or 15609189. OLE color: 15609189.
HSL color Cylindrical-coordinate representation of color #652DEE: hue angle of 257.41º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #652DEE is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 45 | 238 | - |
| CMYK | 0.58 | 0.81 | 0 | 0.07 |
| HSL | 257.41º | 0.85% | 0.55% | - |
| HSV(B) | 257.41º | 0.81% | 0.93% | - |
| XYZ | 21.74 | 10.82 | 81.83 | - |
| YUV | 83.75 | 215.05 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 45 | 238 | 0.58 | 0.81 | 0 | 0.07 | 257.41 | 0.85 | 0.55 |
| Hex | 65 | 2D | EE | 3A | 51 | 0 | 7 | 101 | 55 | 37 |
| Octal | 145 | 55 | 356 | 72 | 121 | 0 | 7 | 401 | 125 | 67 |
| Binary | 1100101 | 101101 | 11101110 | 111010 | 1010001 | 0 | 111 | 100000001 | 1010101 | 110111 |
Color Harmonies of #652DEE
Complementary color
Monochromatic Colors of #652DEE
Black with #652DEE
Text Example
Text Example
White with #652DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652DEE; }
p { color: rgb(101,45,238); }
H1.HeaderClassName
{
color: #652DEE;
}
.AnyTagClassName
{
color: #652DEE;
}
</style>
background-color css
<style>
a { background-color: #652DEE; }
a { background-color: rgb(101,45,238); }
div.DivClassName
{
background-color: #652DEE;
}
.BgClassName
{
background-color: #652DEE;
}
</style>
border-color css
<style>
span { border-color: #652DEE; }
span { border-color: rgb(101,45,238); }
td.TdClassName
{
border-color: #652DEE;
}
.TagClassName
{
border-color: #652DEE;
}
</style>