Shades of Han Purple #652BEA
Tints of Han Purple #652BEA
RGB
CMYK
RGB Variations
Color information
#652BEA (or 0x652BEA) is known color: Han Purple. HEX triplet: 65, 2B and EA. RGB value is (101,43,234). Sum of RGB (Red+Green+Blue) = 101+43+234=378 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.72% from 378); Green value is 43 (17.19% from 255 or 11.38% from 378); Blue value is 234 (91.80% from 255 or 61.90% from 378); Max value from RGB is 234 - color contains mainly: blue. Hex color #652BEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #652BEA is #9AD415. Grayscale: #515151. Windows color (decimal): -10146838 or 15346533. OLE color: 15346533.
HSL color Cylindrical-coordinate representation of color #652BEA: hue angle of 258.22º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #652BEA is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 101 | 43 | 234 | - |
| CMYK | 0.57 | 0.82 | 0 | 0.08 |
| HSL | 258.22º | 0.82% | 0.54% | - |
| HSV(B) | 258.22º | 0.82% | 0.92% | - |
| XYZ | 21.08 | 10.43 | 78.74 | - |
| YUV | 82.12 | 213.72 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 43 | 234 | 0.57 | 0.82 | 0 | 0.08 | 258.22 | 0.82 | 0.54 |
| Hex | 65 | 2B | EA | 39 | 52 | 0 | 8 | 102 | 52 | 36 |
| Octal | 145 | 53 | 352 | 71 | 122 | 0 | 10 | 402 | 122 | 66 |
| Binary | 1100101 | 101011 | 11101010 | 111001 | 1010010 | 0 | 1000 | 100000010 | 1010010 | 110110 |
Color Harmonies of #652BEA
Complementary color
Monochromatic Colors of #652BEA
Black with #652BEA
Text Example
Text Example
White with #652BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652BEA; }
p { color: rgb(101,43,234); }
H1.HeaderClassName
{
color: #652BEA;
}
.AnyTagClassName
{
color: #652BEA;
}
</style>
background-color css
<style>
a { background-color: #652BEA; }
a { background-color: rgb(101,43,234); }
div.DivClassName
{
background-color: #652BEA;
}
.BgClassName
{
background-color: #652BEA;
}
</style>
border-color css
<style>
span { border-color: #652BEA; }
span { border-color: rgb(101,43,234); }
td.TdClassName
{
border-color: #652BEA;
}
.TagClassName
{
border-color: #652BEA;
}
</style>