Shades of Han Purple #652AFF
Tints of Han Purple #652AFF
RGB
CMYK
RGB Variations
Color information
#652AFF (or 0x652AFF) is known color: Han Purple. HEX triplet: 65, 2A and FF. RGB value is (101,42,255). Sum of RGB (Red+Green+Blue) = 101+42+255=398 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.38% from 398); Green value is 42 (16.80% from 255 or 10.55% from 398); Blue value is 255 (100% from 255 or 64.07% from 398); Max value from RGB is 255 - color contains mainly: blue. Hex color #652AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #652AFF is #9AD500. Grayscale: #535353. Windows color (decimal): -10147073 or 16722533. OLE color: 16722533.
HSL color Cylindrical-coordinate representation of color #652AFF: hue angle of 256.62º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #652AFF is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 42 | 255 | - |
| CMYK | 0.60 | 0.84 | 0 | 0 |
| HSL | 256.62º | 1% | 0.58% | - |
| HSV(B) | 256.62º | 0.84% | 1% | - |
| XYZ | 24.24 | 11.64 | 95.58 | - |
| YUV | 83.92 | 224.55 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 42 | 255 | 0.60 | 0.84 | 0 | 0 | 256.62 | 1 | 0.58 |
| Hex | 65 | 2A | FF | 3C | 54 | 0 | 0 | 101 | 64 | 3A |
| Octal | 145 | 52 | 377 | 74 | 124 | 0 | 0 | 401 | 144 | 72 |
| Binary | 1100101 | 101010 | 11111111 | 111100 | 1010100 | 0 | 0 | 100000001 | 1100100 | 111010 |
Color Harmonies of #652AFF
Complementary color
Monochromatic Colors of #652AFF
Black with #652AFF
Text Example
Text Example
White with #652AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652AFF; }
p { color: rgb(101,42,255); }
H1.HeaderClassName
{
color: #652AFF;
}
.AnyTagClassName
{
color: #652AFF;
}
</style>
background-color css
<style>
a { background-color: #652AFF; }
a { background-color: rgb(101,42,255); }
div.DivClassName
{
background-color: #652AFF;
}
.BgClassName
{
background-color: #652AFF;
}
</style>
border-color css
<style>
span { border-color: #652AFF; }
span { border-color: rgb(101,42,255); }
td.TdClassName
{
border-color: #652AFF;
}
.TagClassName
{
border-color: #652AFF;
}
</style>