Shades of Han Purple #652BFF
Tints of Han Purple #652BFF
RGB
CMYK
RGB Variations
Color information
#652BFF (or 0x652BFF) is known color: Han Purple. HEX triplet: 65, 2B and FF. RGB value is (101,43,255). Sum of RGB (Red+Green+Blue) = 101+43+255=399 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.31% from 399); Green value is 43 (17.19% from 255 or 10.78% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #652BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #652BFF is #9AD400. Grayscale: #535353. Windows color (decimal): -10146817 or 16722789. OLE color: 16722789.
HSL color Cylindrical-coordinate representation of color #652BFF: hue angle of 256.42º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #652BFF is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 43 | 255 | - |
| CMYK | 0.60 | 0.83 | 0 | 0 |
| HSL | 256.42º | 1% | 0.58% | - |
| HSV(B) | 256.42º | 0.83% | 1% | - |
| XYZ | 24.28 | 11.71 | 95.59 | - |
| YUV | 84.51 | 224.22 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 43 | 255 | 0.60 | 0.83 | 0 | 0 | 256.42 | 1 | 0.58 |
| Hex | 65 | 2B | FF | 3C | 53 | 0 | 0 | 100 | 64 | 3A |
| Octal | 145 | 53 | 377 | 74 | 123 | 0 | 0 | 400 | 144 | 72 |
| Binary | 1100101 | 101011 | 11111111 | 111100 | 1010011 | 0 | 0 | 100000000 | 1100100 | 111010 |
Color Harmonies of #652BFF
Complementary color
Monochromatic Colors of #652BFF
Black with #652BFF
Text Example
Text Example
White with #652BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652BFF; }
p { color: rgb(101,43,255); }
H1.HeaderClassName
{
color: #652BFF;
}
.AnyTagClassName
{
color: #652BFF;
}
</style>
background-color css
<style>
a { background-color: #652BFF; }
a { background-color: rgb(101,43,255); }
div.DivClassName
{
background-color: #652BFF;
}
.BgClassName
{
background-color: #652BFF;
}
</style>
border-color css
<style>
span { border-color: #652BFF; }
span { border-color: rgb(101,43,255); }
td.TdClassName
{
border-color: #652BFF;
}
.TagClassName
{
border-color: #652BFF;
}
</style>