Shades of Han Purple #652DFE
Tints of Han Purple #652DFE
RGB
CMYK
RGB Variations
Color information
#652DFE (or 0x652DFE) is known color: Han Purple. HEX triplet: 65, 2D and FE. RGB value is (101,45,254). Sum of RGB (Red+Green+Blue) = 101+45+254=400 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.25% from 400); Green value is 45 (17.97% from 255 or 11.25% from 400); Blue value is 254 (99.61% from 255 or 63.5% from 400); Max value from RGB is 254 - color contains mainly: blue. Hex color #652DFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #652DFE is #9AD201. Grayscale: #545454. Windows color (decimal): -10146306 or 16657765. OLE color: 16657765.
HSL color Cylindrical-coordinate representation of color #652DFE: hue angle of 256.08º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #652DFE is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 45 | 254 | - |
| CMYK | 0.60 | 0.82 | 0 | 0.00 |
| HSL | 256.08º | 0.99% | 0.59% | - |
| HSV(B) | 256.08º | 0.82% | 1% | - |
| XYZ | 24.19 | 11.8 | 94.77 | - |
| YUV | 85.57 | 223.05 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 45 | 254 | 0.60 | 0.82 | 0 | 0.00 | 256.08 | 0.99 | 0.59 |
| Hex | 65 | 2D | FE | 3C | 52 | 0 | 0 | 100 | 63 | 3B |
| Octal | 145 | 55 | 376 | 74 | 122 | 0 | 0 | 400 | 143 | 73 |
| Binary | 1100101 | 101101 | 11111110 | 111100 | 1010010 | 0 | 0 | 100000000 | 1100011 | 111011 |
Color Harmonies of #652DFE
Complementary color
Monochromatic Colors of #652DFE
Black with #652DFE
Text Example
Text Example
White with #652DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652DFE; }
p { color: rgb(101,45,254); }
H1.HeaderClassName
{
color: #652DFE;
}
.AnyTagClassName
{
color: #652DFE;
}
</style>
background-color css
<style>
a { background-color: #652DFE; }
a { background-color: rgb(101,45,254); }
div.DivClassName
{
background-color: #652DFE;
}
.BgClassName
{
background-color: #652DFE;
}
</style>
border-color css
<style>
span { border-color: #652DFE; }
span { border-color: rgb(101,45,254); }
td.TdClassName
{
border-color: #652DFE;
}
.TagClassName
{
border-color: #652DFE;
}
</style>