Shades of Han Purple #652EE6
Tints of Han Purple #652EE6
RGB
CMYK
RGB Variations
Color information
#652EE6 (or 0x652EE6) is known color: Han Purple. HEX triplet: 65, 2E and E6. RGB value is (101,46,230). Sum of RGB (Red+Green+Blue) = 101+46+230=377 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.79% from 377); Green value is 46 (18.36% from 255 or 12.20% from 377); Blue value is 230 (90.23% from 255 or 61.01% from 377); Max value from RGB is 230 - color contains mainly: blue. Hex color #652EE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #652EE6 is #9AD119. Grayscale: #525252. Windows color (decimal): -10146074 or 15085157. OLE color: 15085157.
HSL color Cylindrical-coordinate representation of color #652EE6: hue angle of 257.93º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #652EE6 is Cyan = 0.56, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 101 | 46 | 230 | - |
| CMYK | 0.56 | 0.8 | 0 | 0.10 |
| HSL | 257.93º | 0.79% | 0.54% | - |
| HSV(B) | 257.93º | 0.8% | 0.9% | - |
| XYZ | 20.63 | 10.43 | 75.79 | - |
| YUV | 83.42 | 210.72 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 46 | 230 | 0.56 | 0.8 | 0 | 0.10 | 257.93 | 0.79 | 0.54 |
| Hex | 65 | 2E | E6 | 38 | 50 | 0 | A | 102 | 4F | 36 |
| Octal | 145 | 56 | 346 | 70 | 120 | 0 | 12 | 402 | 117 | 66 |
| Binary | 1100101 | 101110 | 11100110 | 111000 | 1010000 | 0 | 1010 | 100000010 | 1001111 | 110110 |
Color Harmonies of #652EE6
Complementary color
Monochromatic Colors of #652EE6
Black with #652EE6
Text Example
Text Example
White with #652EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652EE6; }
p { color: rgb(101,46,230); }
H1.HeaderClassName
{
color: #652EE6;
}
.AnyTagClassName
{
color: #652EE6;
}
</style>
background-color css
<style>
a { background-color: #652EE6; }
a { background-color: rgb(101,46,230); }
div.DivClassName
{
background-color: #652EE6;
}
.BgClassName
{
background-color: #652EE6;
}
</style>
border-color css
<style>
span { border-color: #652EE6; }
span { border-color: rgb(101,46,230); }
td.TdClassName
{
border-color: #652EE6;
}
.TagClassName
{
border-color: #652EE6;
}
</style>