Shades of Han Purple #652DFB
Tints of Han Purple #652DFB
RGB
CMYK
RGB Variations
Color information
#652DFB (or 0x652DFB) is known color: Han Purple. HEX triplet: 65, 2D and FB. RGB value is (101,45,251). Sum of RGB (Red+Green+Blue) = 101+45+251=397 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.44% from 397); Green value is 45 (17.97% from 255 or 11.34% from 397); Blue value is 251 (98.44% from 255 or 63.22% from 397); Max value from RGB is 251 - color contains mainly: blue. Hex color #652DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #652DFB is #9AD204. Grayscale: #545454. Windows color (decimal): -10146309 or 16461157. OLE color: 16461157.
HSL color Cylindrical-coordinate representation of color #652DFB: hue angle of 256.31º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #652DFB is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 45 | 251 | - |
| CMYK | 0.60 | 0.82 | 0 | 0.02 |
| HSL | 256.31º | 0.96% | 0.58% | - |
| HSV(B) | 256.31º | 0.82% | 0.98% | - |
| XYZ | 23.72 | 11.61 | 92.26 | - |
| YUV | 85.23 | 221.55 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 45 | 251 | 0.60 | 0.82 | 0 | 0.02 | 256.31 | 0.96 | 0.58 |
| Hex | 65 | 2D | FB | 3C | 52 | 0 | 2 | 100 | 60 | 3A |
| Octal | 145 | 55 | 373 | 74 | 122 | 0 | 2 | 400 | 140 | 72 |
| Binary | 1100101 | 101101 | 11111011 | 111100 | 1010010 | 0 | 10 | 100000000 | 1100000 | 111010 |
Color Harmonies of #652DFB
Complementary color
Monochromatic Colors of #652DFB
Black with #652DFB
Text Example
Text Example
White with #652DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652DFB; }
p { color: rgb(101,45,251); }
H1.HeaderClassName
{
color: #652DFB;
}
.AnyTagClassName
{
color: #652DFB;
}
</style>
background-color css
<style>
a { background-color: #652DFB; }
a { background-color: rgb(101,45,251); }
div.DivClassName
{
background-color: #652DFB;
}
.BgClassName
{
background-color: #652DFB;
}
</style>
border-color css
<style>
span { border-color: #652DFB; }
span { border-color: rgb(101,45,251); }
td.TdClassName
{
border-color: #652DFB;
}
.TagClassName
{
border-color: #652DFB;
}
</style>