Shades of Han Purple #652BFA
Tints of Han Purple #652BFA
RGB
CMYK
RGB Variations
Color information
#652BFA (or 0x652BFA) is known color: Han Purple. HEX triplet: 65, 2B and FA. RGB value is (101,43,250). Sum of RGB (Red+Green+Blue) = 101+43+250=394 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.63% from 394); Green value is 43 (17.19% from 255 or 10.91% from 394); Blue value is 250 (98.05% from 255 or 63.45% from 394); Max value from RGB is 250 - color contains mainly: blue. Hex color #652BFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #652BFA is #9AD405. Grayscale: #535353. Windows color (decimal): -10146822 or 16395109. OLE color: 16395109.
HSL color Cylindrical-coordinate representation of color #652BFA: hue angle of 256.81º 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 #652BFA is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 43 | 250 | - |
| CMYK | 0.60 | 0.83 | 0 | 0.02 |
| HSL | 256.81º | 0.95% | 0.57% | - |
| HSV(B) | 256.81º | 0.83% | 0.98% | - |
| XYZ | 23.49 | 11.4 | 91.4 | - |
| YUV | 83.94 | 221.72 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 43 | 250 | 0.60 | 0.83 | 0 | 0.02 | 256.81 | 0.95 | 0.57 |
| Hex | 65 | 2B | FA | 3C | 53 | 0 | 2 | 101 | 5F | 39 |
| Octal | 145 | 53 | 372 | 74 | 123 | 0 | 2 | 401 | 137 | 71 |
| Binary | 1100101 | 101011 | 11111010 | 111100 | 1010011 | 0 | 10 | 100000001 | 1011111 | 111001 |
Color Harmonies of #652BFA
Complementary color
Monochromatic Colors of #652BFA
Black with #652BFA
Text Example
Text Example
White with #652BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652BFA; }
p { color: rgb(101,43,250); }
H1.HeaderClassName
{
color: #652BFA;
}
.AnyTagClassName
{
color: #652BFA;
}
</style>
background-color css
<style>
a { background-color: #652BFA; }
a { background-color: rgb(101,43,250); }
div.DivClassName
{
background-color: #652BFA;
}
.BgClassName
{
background-color: #652BFA;
}
</style>
border-color css
<style>
span { border-color: #652BFA; }
span { border-color: rgb(101,43,250); }
td.TdClassName
{
border-color: #652BFA;
}
.TagClassName
{
border-color: #652BFA;
}
</style>