Shades of Han Purple #652BE7
Tints of Han Purple #652BE7
RGB
CMYK
RGB Variations
Color information
#652BE7 (or 0x652BE7) is known color: Han Purple. HEX triplet: 65, 2B and E7. RGB value is (101,43,231). Sum of RGB (Red+Green+Blue) = 101+43+231=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 43 (17.19% from 255 or 11.47% from 375); Blue value is 231 (90.62% from 255 or 61.6% from 375); Max value from RGB is 231 - color contains mainly: blue. Hex color #652BE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #652BE7 is #9AD418. Grayscale: #515151. Windows color (decimal): -10146841 or 15149925. OLE color: 15149925.
HSL color Cylindrical-coordinate representation of color #652BE7: hue angle of 258.51º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #652BE7 is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 101 | 43 | 231 | - |
| CMYK | 0.56 | 0.81 | 0 | 0.09 |
| HSL | 258.51º | 0.8% | 0.54% | - |
| HSV(B) | 258.51º | 0.81% | 0.91% | - |
| XYZ | 20.65 | 10.26 | 76.49 | - |
| YUV | 81.77 | 212.22 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 43 | 231 | 0.56 | 0.81 | 0 | 0.09 | 258.51 | 0.8 | 0.54 |
| Hex | 65 | 2B | E7 | 38 | 51 | 0 | 9 | 103 | 50 | 36 |
| Octal | 145 | 53 | 347 | 70 | 121 | 0 | 11 | 403 | 120 | 66 |
| Binary | 1100101 | 101011 | 11100111 | 111000 | 1010001 | 0 | 1001 | 100000011 | 1010000 | 110110 |
Color Harmonies of #652BE7
Complementary color
Monochromatic Colors of #652BE7
Black with #652BE7
Text Example
Text Example
White with #652BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652BE7; }
p { color: rgb(101,43,231); }
H1.HeaderClassName
{
color: #652BE7;
}
.AnyTagClassName
{
color: #652BE7;
}
</style>
background-color css
<style>
a { background-color: #652BE7; }
a { background-color: rgb(101,43,231); }
div.DivClassName
{
background-color: #652BE7;
}
.BgClassName
{
background-color: #652BE7;
}
</style>
border-color css
<style>
span { border-color: #652BE7; }
span { border-color: rgb(101,43,231); }
td.TdClassName
{
border-color: #652BE7;
}
.TagClassName
{
border-color: #652BE7;
}
</style>