Shades of Han Purple #652AF9
Tints of Han Purple #652AF9
RGB
CMYK
RGB Variations
Color information
#652AF9 (or 0x652AF9) is known color: Han Purple. HEX triplet: 65, 2A and F9. RGB value is (101,42,249). Sum of RGB (Red+Green+Blue) = 101+42+249=392 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.77% from 392); Green value is 42 (16.80% from 255 or 10.71% from 392); Blue value is 249 (97.66% from 255 or 63.52% from 392); Max value from RGB is 249 - color contains mainly: blue. Hex color #652AF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #652AF9 is #9AD506. Grayscale: #525252. Windows color (decimal): -10147079 or 16329317. OLE color: 16329317.
HSL color Cylindrical-coordinate representation of color #652AF9: hue angle of 257.1º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #652AF9 is Cyan = 0.59, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 42 | 249 | - |
| CMYK | 0.59 | 0.83 | 0 | 0.02 |
| HSL | 257.1º | 0.95% | 0.57% | - |
| HSV(B) | 257.1º | 0.83% | 0.98% | - |
| XYZ | 23.29 | 11.26 | 90.57 | - |
| YUV | 83.24 | 221.55 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 42 | 249 | 0.59 | 0.83 | 0 | 0.02 | 257.1 | 0.95 | 0.57 |
| Hex | 65 | 2A | F9 | 3B | 53 | 0 | 2 | 101 | 5F | 39 |
| Octal | 145 | 52 | 371 | 73 | 123 | 0 | 2 | 401 | 137 | 71 |
| Binary | 1100101 | 101010 | 11111001 | 111011 | 1010011 | 0 | 10 | 100000001 | 1011111 | 111001 |
Color Harmonies of #652AF9
Complementary color
Monochromatic Colors of #652AF9
Black with #652AF9
Text Example
Text Example
White with #652AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652AF9; }
p { color: rgb(101,42,249); }
H1.HeaderClassName
{
color: #652AF9;
}
.AnyTagClassName
{
color: #652AF9;
}
</style>
background-color css
<style>
a { background-color: #652AF9; }
a { background-color: rgb(101,42,249); }
div.DivClassName
{
background-color: #652AF9;
}
.BgClassName
{
background-color: #652AF9;
}
</style>
border-color css
<style>
span { border-color: #652AF9; }
span { border-color: rgb(101,42,249); }
td.TdClassName
{
border-color: #652AF9;
}
.TagClassName
{
border-color: #652AF9;
}
</style>