Shades of Han Purple #652BE9
Tints of Han Purple #652BE9
RGB
CMYK
RGB Variations
Color information
#652BE9 (or 0x652BE9) is known color: Han Purple. HEX triplet: 65, 2B and E9. RGB value is (101,43,233). Sum of RGB (Red+Green+Blue) = 101+43+233=377 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.79% from 377); Green value is 43 (17.19% from 255 or 11.41% from 377); Blue value is 233 (91.41% from 255 or 61.80% from 377); Max value from RGB is 233 - color contains mainly: blue. Hex color #652BE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #652BE9 is #9AD416. Grayscale: #515151. Windows color (decimal): -10146839 or 15280997. OLE color: 15280997.
HSL color Cylindrical-coordinate representation of color #652BE9: hue angle of 258.32º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #652BE9 is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 101 | 43 | 233 | - |
| CMYK | 0.57 | 0.82 | 0 | 0.09 |
| HSL | 258.32º | 0.81% | 0.54% | - |
| HSV(B) | 258.32º | 0.82% | 0.91% | - |
| XYZ | 20.94 | 10.38 | 77.99 | - |
| YUV | 82 | 213.22 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 43 | 233 | 0.57 | 0.82 | 0 | 0.09 | 258.32 | 0.81 | 0.54 |
| Hex | 65 | 2B | E9 | 39 | 52 | 0 | 9 | 102 | 51 | 36 |
| Octal | 145 | 53 | 351 | 71 | 122 | 0 | 11 | 402 | 121 | 66 |
| Binary | 1100101 | 101011 | 11101001 | 111001 | 1010010 | 0 | 1001 | 100000010 | 1010001 | 110110 |
Color Harmonies of #652BE9
Complementary color
Monochromatic Colors of #652BE9
Black with #652BE9
Text Example
Text Example
White with #652BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652BE9; }
p { color: rgb(101,43,233); }
H1.HeaderClassName
{
color: #652BE9;
}
.AnyTagClassName
{
color: #652BE9;
}
</style>
background-color css
<style>
a { background-color: #652BE9; }
a { background-color: rgb(101,43,233); }
div.DivClassName
{
background-color: #652BE9;
}
.BgClassName
{
background-color: #652BE9;
}
</style>
border-color css
<style>
span { border-color: #652BE9; }
span { border-color: rgb(101,43,233); }
td.TdClassName
{
border-color: #652BE9;
}
.TagClassName
{
border-color: #652BE9;
}
</style>