Shades of Han Purple #652AFD
Tints of Han Purple #652AFD
RGB
CMYK
RGB Variations
Color information
#652AFD (or 0x652AFD) is known color: Han Purple. HEX triplet: 65, 2A and FD. RGB value is (101,42,253). Sum of RGB (Red+Green+Blue) = 101+42+253=396 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.51% from 396); Green value is 42 (16.80% from 255 or 10.61% from 396); Blue value is 253 (99.22% from 255 or 63.89% from 396); Max value from RGB is 253 - color contains mainly: blue. Hex color #652AFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #652AFD is #9AD502. Grayscale: #525252. Windows color (decimal): -10147075 or 16591461. OLE color: 16591461.
HSL color Cylindrical-coordinate representation of color #652AFD: hue angle of 256.78º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #652AFD is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 42 | 253 | - |
| CMYK | 0.60 | 0.83 | 0 | 0.01 |
| HSL | 256.78º | 0.98% | 0.58% | - |
| HSV(B) | 256.78º | 0.83% | 0.99% | - |
| XYZ | 23.92 | 11.51 | 93.89 | - |
| YUV | 83.7 | 223.55 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 42 | 253 | 0.60 | 0.83 | 0 | 0.01 | 256.78 | 0.98 | 0.58 |
| Hex | 65 | 2A | FD | 3C | 53 | 0 | 1 | 101 | 62 | 3A |
| Octal | 145 | 52 | 375 | 74 | 123 | 0 | 1 | 401 | 142 | 72 |
| Binary | 1100101 | 101010 | 11111101 | 111100 | 1010011 | 0 | 1 | 100000001 | 1100010 | 111010 |
Color Harmonies of #652AFD
Complementary color
Monochromatic Colors of #652AFD
Black with #652AFD
Text Example
Text Example
White with #652AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652AFD; }
p { color: rgb(101,42,253); }
H1.HeaderClassName
{
color: #652AFD;
}
.AnyTagClassName
{
color: #652AFD;
}
</style>
background-color css
<style>
a { background-color: #652AFD; }
a { background-color: rgb(101,42,253); }
div.DivClassName
{
background-color: #652AFD;
}
.BgClassName
{
background-color: #652AFD;
}
</style>
border-color css
<style>
span { border-color: #652AFD; }
span { border-color: rgb(101,42,253); }
td.TdClassName
{
border-color: #652AFD;
}
.TagClassName
{
border-color: #652AFD;
}
</style>