Shades of Han Purple #652BFD
Tints of Han Purple #652BFD
RGB
CMYK
RGB Variations
Color information
#652BFD (or 0x652BFD) is known color: Han Purple. HEX triplet: 65, 2B and FD. RGB value is (101,43,253). Sum of RGB (Red+Green+Blue) = 101+43+253=397 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.44% from 397); Green value is 43 (17.19% from 255 or 10.83% from 397); Blue value is 253 (99.22% from 255 or 63.73% from 397); Max value from RGB is 253 - color contains mainly: blue. Hex color #652BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #652BFD is #9AD402. Grayscale: #535353. Windows color (decimal): -10146819 or 16591717. OLE color: 16591717.
HSL color Cylindrical-coordinate representation of color #652BFD: hue angle of 256.57º 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 #652BFD is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 43 | 253 | - |
| CMYK | 0.60 | 0.83 | 0 | 0.01 |
| HSL | 256.57º | 0.98% | 0.58% | - |
| HSV(B) | 256.57º | 0.83% | 0.99% | - |
| XYZ | 23.96 | 11.59 | 93.9 | - |
| YUV | 84.28 | 223.22 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 43 | 253 | 0.60 | 0.83 | 0 | 0.01 | 256.57 | 0.98 | 0.58 |
| Hex | 65 | 2B | FD | 3C | 53 | 0 | 1 | 101 | 62 | 3A |
| Octal | 145 | 53 | 375 | 74 | 123 | 0 | 1 | 401 | 142 | 72 |
| Binary | 1100101 | 101011 | 11111101 | 111100 | 1010011 | 0 | 1 | 100000001 | 1100010 | 111010 |
Color Harmonies of #652BFD
Complementary color
Monochromatic Colors of #652BFD
Black with #652BFD
Text Example
Text Example
White with #652BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652BFD; }
p { color: rgb(101,43,253); }
H1.HeaderClassName
{
color: #652BFD;
}
.AnyTagClassName
{
color: #652BFD;
}
</style>
background-color css
<style>
a { background-color: #652BFD; }
a { background-color: rgb(101,43,253); }
div.DivClassName
{
background-color: #652BFD;
}
.BgClassName
{
background-color: #652BFD;
}
</style>
border-color css
<style>
span { border-color: #652BFD; }
span { border-color: rgb(101,43,253); }
td.TdClassName
{
border-color: #652BFD;
}
.TagClassName
{
border-color: #652BFD;
}
</style>