Shades of Han Purple #652BEB
Tints of Han Purple #652BEB
RGB
CMYK
RGB Variations
Color information
#652BEB (or 0x652BEB) is known color: Han Purple. HEX triplet: 65, 2B and EB. RGB value is (101,43,235). Sum of RGB (Red+Green+Blue) = 101+43+235=379 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.65% from 379); Green value is 43 (17.19% from 255 or 11.35% from 379); Blue value is 235 (92.19% from 255 or 62.01% from 379); Max value from RGB is 235 - color contains mainly: blue. Hex color #652BEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #652BEB is #9AD414. Grayscale: #515151. Windows color (decimal): -10146837 or 15412069. OLE color: 15412069.
HSL color Cylindrical-coordinate representation of color #652BEB: hue angle of 258.12º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #652BEB is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 101 | 43 | 235 | - |
| CMYK | 0.57 | 0.82 | 0 | 0.08 |
| HSL | 258.13º | 0.83% | 0.55% | - |
| HSV(B) | 258.13º | 0.82% | 0.92% | - |
| XYZ | 21.23 | 10.49 | 79.5 | - |
| YUV | 82.23 | 214.22 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 43 | 235 | 0.57 | 0.82 | 0 | 0.08 | 258.13 | 0.83 | 0.55 |
| Hex | 65 | 2B | EB | 39 | 52 | 0 | 8 | 102 | 53 | 37 |
| Octal | 145 | 53 | 353 | 71 | 122 | 0 | 10 | 402 | 123 | 67 |
| Binary | 1100101 | 101011 | 11101011 | 111001 | 1010010 | 0 | 1000 | 100000010 | 1010011 | 110111 |
Color Harmonies of #652BEB
Complementary color
Monochromatic Colors of #652BEB
Black with #652BEB
Text Example
Text Example
White with #652BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652BEB; }
p { color: rgb(101,43,235); }
H1.HeaderClassName
{
color: #652BEB;
}
.AnyTagClassName
{
color: #652BEB;
}
</style>
background-color css
<style>
a { background-color: #652BEB; }
a { background-color: rgb(101,43,235); }
div.DivClassName
{
background-color: #652BEB;
}
.BgClassName
{
background-color: #652BEB;
}
</style>
border-color css
<style>
span { border-color: #652BEB; }
span { border-color: rgb(101,43,235); }
td.TdClassName
{
border-color: #652BEB;
}
.TagClassName
{
border-color: #652BEB;
}
</style>