Shades of Han Purple #652EED
Tints of Han Purple #652EED
RGB
CMYK
RGB Variations
Color information
#652EED (or 0x652EED) is known color: Han Purple. HEX triplet: 65, 2E and ED. RGB value is (101,46,237). Sum of RGB (Red+Green+Blue) = 101+46+237=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 46 (18.36% from 255 or 11.98% from 384); Blue value is 237 (92.97% from 255 or 61.72% from 384); Max value from RGB is 237 - color contains mainly: blue. Hex color #652EED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #652EED is #9AD112. Grayscale: #535353. Windows color (decimal): -10146067 or 15543909. OLE color: 15543909.
HSL color Cylindrical-coordinate representation of color #652EED: hue angle of 257.28º degrees, saturation: 0.84, 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 #652EED is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 46 | 237 | - |
| CMYK | 0.57 | 0.81 | 0 | 0.07 |
| HSL | 257.28º | 0.84% | 0.55% | - |
| HSV(B) | 257.28º | 0.81% | 0.93% | - |
| XYZ | 21.63 | 10.84 | 81.07 | - |
| YUV | 84.22 | 214.22 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 46 | 237 | 0.57 | 0.81 | 0 | 0.07 | 257.28 | 0.84 | 0.55 |
| Hex | 65 | 2E | ED | 39 | 51 | 0 | 7 | 101 | 54 | 37 |
| Octal | 145 | 56 | 355 | 71 | 121 | 0 | 7 | 401 | 124 | 67 |
| Binary | 1100101 | 101110 | 11101101 | 111001 | 1010001 | 0 | 111 | 100000001 | 1010100 | 110111 |
Color Harmonies of #652EED
Complementary color
Monochromatic Colors of #652EED
Black with #652EED
Text Example
Text Example
White with #652EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652EED; }
p { color: rgb(101,46,237); }
H1.HeaderClassName
{
color: #652EED;
}
.AnyTagClassName
{
color: #652EED;
}
</style>
background-color css
<style>
a { background-color: #652EED; }
a { background-color: rgb(101,46,237); }
div.DivClassName
{
background-color: #652EED;
}
.BgClassName
{
background-color: #652EED;
}
</style>
border-color css
<style>
span { border-color: #652EED; }
span { border-color: rgb(101,46,237); }
td.TdClassName
{
border-color: #652EED;
}
.TagClassName
{
border-color: #652EED;
}
</style>