Shades of Han Purple #652FE5
Tints of Han Purple #652FE5
RGB
CMYK
RGB Variations
Color information
#652FE5 (or 0x652FE5) is known color: Han Purple. HEX triplet: 65, 2F and E5. RGB value is (101,47,229). Sum of RGB (Red+Green+Blue) = 101+47+229=377 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.79% from 377); Green value is 47 (18.75% from 255 or 12.47% from 377); Blue value is 229 (89.84% from 255 or 60.74% from 377); Max value from RGB is 229 - color contains mainly: blue. Hex color #652FE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652FE5 is #9AD01A. Grayscale: #535353. Windows color (decimal): -10145819 or 15019877. OLE color: 15019877.
HSL color Cylindrical-coordinate representation of color #652FE5: hue angle of 257.8º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #652FE5 is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 101 | 47 | 229 | - |
| CMYK | 0.56 | 0.79 | 0 | 0.10 |
| HSL | 257.8º | 0.78% | 0.54% | - |
| HSV(B) | 257.8º | 0.79% | 0.9% | - |
| XYZ | 20.53 | 10.46 | 75.07 | - |
| YUV | 83.89 | 209.89 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 47 | 229 | 0.56 | 0.79 | 0 | 0.10 | 257.8 | 0.78 | 0.54 |
| Hex | 65 | 2F | E5 | 38 | 4F | 0 | A | 102 | 4E | 36 |
| Octal | 145 | 57 | 345 | 70 | 117 | 0 | 12 | 402 | 116 | 66 |
| Binary | 1100101 | 101111 | 11100101 | 111000 | 1001111 | 0 | 1010 | 100000010 | 1001110 | 110110 |
Color Harmonies of #652FE5
Complementary color
Monochromatic Colors of #652FE5
Black with #652FE5
Text Example
Text Example
White with #652FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652FE5; }
p { color: rgb(101,47,229); }
H1.HeaderClassName
{
color: #652FE5;
}
.AnyTagClassName
{
color: #652FE5;
}
</style>
background-color css
<style>
a { background-color: #652FE5; }
a { background-color: rgb(101,47,229); }
div.DivClassName
{
background-color: #652FE5;
}
.BgClassName
{
background-color: #652FE5;
}
</style>
border-color css
<style>
span { border-color: #652FE5; }
span { border-color: rgb(101,47,229); }
td.TdClassName
{
border-color: #652FE5;
}
.TagClassName
{
border-color: #652FE5;
}
</style>