Shades of Han Purple #652BE5
Tints of Han Purple #652BE5
RGB
CMYK
RGB Variations
Color information
#652BE5 (or 0x652BE5) is known color: Han Purple. HEX triplet: 65, 2B and E5. RGB value is (101,43,229). Sum of RGB (Red+Green+Blue) = 101+43+229=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 43 (17.19% from 255 or 11.53% from 373); Blue value is 229 (89.84% from 255 or 61.39% from 373); Max value from RGB is 229 - color contains mainly: blue. Hex color #652BE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652BE5 is #9AD41A. Grayscale: #505050. Windows color (decimal): -10146843 or 15018853. OLE color: 15018853.
HSL color Cylindrical-coordinate representation of color #652BE5: hue angle of 258.71º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #652BE5 is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 101 | 43 | 229 | - |
| CMYK | 0.56 | 0.81 | 0 | 0.10 |
| HSL | 258.71º | 0.78% | 0.53% | - |
| HSV(B) | 258.71º | 0.81% | 0.9% | - |
| XYZ | 20.37 | 10.15 | 75.01 | - |
| YUV | 81.55 | 211.22 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 43 | 229 | 0.56 | 0.81 | 0 | 0.10 | 258.71 | 0.78 | 0.53 |
| Hex | 65 | 2B | E5 | 38 | 51 | 0 | A | 103 | 4E | 35 |
| Octal | 145 | 53 | 345 | 70 | 121 | 0 | 12 | 403 | 116 | 65 |
| Binary | 1100101 | 101011 | 11100101 | 111000 | 1010001 | 0 | 1010 | 100000011 | 1001110 | 110101 |
Color Harmonies of #652BE5
Complementary color
Monochromatic Colors of #652BE5
Black with #652BE5
Text Example
Text Example
White with #652BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652BE5; }
p { color: rgb(101,43,229); }
H1.HeaderClassName
{
color: #652BE5;
}
.AnyTagClassName
{
color: #652BE5;
}
</style>
background-color css
<style>
a { background-color: #652BE5; }
a { background-color: rgb(101,43,229); }
div.DivClassName
{
background-color: #652BE5;
}
.BgClassName
{
background-color: #652BE5;
}
</style>
border-color css
<style>
span { border-color: #652BE5; }
span { border-color: rgb(101,43,229); }
td.TdClassName
{
border-color: #652BE5;
}
.TagClassName
{
border-color: #652BE5;
}
</style>