Shades of Han Purple #652CE5
Tints of Han Purple #652CE5
RGB
CMYK
RGB Variations
Color information
#652CE5 (or 0x652CE5) is known color: Han Purple. HEX triplet: 65, 2C and E5. RGB value is (101,44,229). Sum of RGB (Red+Green+Blue) = 101+44+229=374 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.01% from 374); Green value is 44 (17.58% from 255 or 11.76% from 374); Blue value is 229 (89.84% from 255 or 61.23% from 374); Max value from RGB is 229 - color contains mainly: blue. Hex color #652CE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652CE5 is #9AD31A. Grayscale: #515151. Windows color (decimal): -10146587 or 15019109. OLE color: 15019109.
HSL color Cylindrical-coordinate representation of color #652CE5: hue angle of 258.49º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #652CE5 is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 101 | 44 | 229 | - |
| CMYK | 0.56 | 0.81 | 0 | 0.10 |
| HSL | 258.49º | 0.78% | 0.54% | - |
| HSV(B) | 258.49º | 0.81% | 0.9% | - |
| XYZ | 20.41 | 10.23 | 75.03 | - |
| YUV | 82.13 | 210.88 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 44 | 229 | 0.56 | 0.81 | 0 | 0.10 | 258.49 | 0.78 | 0.54 |
| Hex | 65 | 2C | E5 | 38 | 51 | 0 | A | 102 | 4E | 36 |
| Octal | 145 | 54 | 345 | 70 | 121 | 0 | 12 | 402 | 116 | 66 |
| Binary | 1100101 | 101100 | 11100101 | 111000 | 1010001 | 0 | 1010 | 100000010 | 1001110 | 110110 |
Color Harmonies of #652CE5
Complementary color
Monochromatic Colors of #652CE5
Black with #652CE5
Text Example
Text Example
White with #652CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652CE5; }
p { color: rgb(101,44,229); }
H1.HeaderClassName
{
color: #652CE5;
}
.AnyTagClassName
{
color: #652CE5;
}
</style>
background-color css
<style>
a { background-color: #652CE5; }
a { background-color: rgb(101,44,229); }
div.DivClassName
{
background-color: #652CE5;
}
.BgClassName
{
background-color: #652CE5;
}
</style>
border-color css
<style>
span { border-color: #652CE5; }
span { border-color: rgb(101,44,229); }
td.TdClassName
{
border-color: #652CE5;
}
.TagClassName
{
border-color: #652CE5;
}
</style>