Shades of Han Purple #652FE9
Tints of Han Purple #652FE9
RGB
CMYK
RGB Variations
Color information
#652FE9 (or 0x652FE9) is known color: Han Purple. HEX triplet: 65, 2F and E9. RGB value is (101,47,233). Sum of RGB (Red+Green+Blue) = 101+47+233=381 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.51% from 381); Green value is 47 (18.75% from 255 or 12.34% from 381); Blue value is 233 (91.41% from 255 or 61.15% from 381); Max value from RGB is 233 - color contains mainly: blue. Hex color #652FE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #652FE9 is #9AD016. Grayscale: #535353. Windows color (decimal): -10145815 or 15282021. OLE color: 15282021.
HSL color Cylindrical-coordinate representation of color #652FE9: hue angle of 257.42º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #652FE9 is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 101 | 47 | 233 | - |
| CMYK | 0.57 | 0.80 | 0 | 0.09 |
| HSL | 257.42º | 0.81% | 0.55% | - |
| HSV(B) | 257.42º | 0.8% | 0.91% | - |
| XYZ | 21.09 | 10.68 | 78.04 | - |
| YUV | 84.35 | 211.89 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 47 | 233 | 0.57 | 0.80 | 0 | 0.09 | 257.42 | 0.81 | 0.55 |
| Hex | 65 | 2F | E9 | 39 | 50 | 0 | 9 | 101 | 51 | 37 |
| Octal | 145 | 57 | 351 | 71 | 120 | 0 | 11 | 401 | 121 | 67 |
| Binary | 1100101 | 101111 | 11101001 | 111001 | 1010000 | 0 | 1001 | 100000001 | 1010001 | 110111 |
Color Harmonies of #652FE9
Complementary color
Monochromatic Colors of #652FE9
Black with #652FE9
Text Example
Text Example
White with #652FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652FE9; }
p { color: rgb(101,47,233); }
H1.HeaderClassName
{
color: #652FE9;
}
.AnyTagClassName
{
color: #652FE9;
}
</style>
background-color css
<style>
a { background-color: #652FE9; }
a { background-color: rgb(101,47,233); }
div.DivClassName
{
background-color: #652FE9;
}
.BgClassName
{
background-color: #652FE9;
}
</style>
border-color css
<style>
span { border-color: #652FE9; }
span { border-color: rgb(101,47,233); }
td.TdClassName
{
border-color: #652FE9;
}
.TagClassName
{
border-color: #652FE9;
}
</style>