Shades of Han Purple #652EFF
Tints of Han Purple #652EFF
RGB
CMYK
RGB Variations
Color information
#652EFF (or 0x652EFF) is known color: Han Purple. HEX triplet: 65, 2E and FF. RGB value is (101,46,255). Sum of RGB (Red+Green+Blue) = 101+46+255=402 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.12% from 402); Green value is 46 (18.36% from 255 or 11.44% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #652EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #652EFF is #9AD100. Grayscale: #555555. Windows color (decimal): -10146049 or 16723557. OLE color: 16723557.
HSL color Cylindrical-coordinate representation of color #652EFF: hue angle of 255.79º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #652EFF is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 46 | 255 | - |
| CMYK | 0.60 | 0.82 | 0 | 0 |
| HSL | 255.79º | 1% | 0.59% | - |
| HSV(B) | 255.79º | 0.82% | 1% | - |
| XYZ | 24.39 | 11.94 | 95.63 | - |
| YUV | 86.27 | 223.22 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 46 | 255 | 0.60 | 0.82 | 0 | 0 | 255.79 | 1 | 0.59 |
| Hex | 65 | 2E | FF | 3C | 52 | 0 | 0 | 100 | 64 | 3B |
| Octal | 145 | 56 | 377 | 74 | 122 | 0 | 0 | 400 | 144 | 73 |
| Binary | 1100101 | 101110 | 11111111 | 111100 | 1010010 | 0 | 0 | 100000000 | 1100100 | 111011 |
Color Harmonies of #652EFF
Complementary color
Monochromatic Colors of #652EFF
Black with #652EFF
Text Example
Text Example
White with #652EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652EFF; }
p { color: rgb(101,46,255); }
H1.HeaderClassName
{
color: #652EFF;
}
.AnyTagClassName
{
color: #652EFF;
}
</style>
background-color css
<style>
a { background-color: #652EFF; }
a { background-color: rgb(101,46,255); }
div.DivClassName
{
background-color: #652EFF;
}
.BgClassName
{
background-color: #652EFF;
}
</style>
border-color css
<style>
span { border-color: #652EFF; }
span { border-color: rgb(101,46,255); }
td.TdClassName
{
border-color: #652EFF;
}
.TagClassName
{
border-color: #652EFF;
}
</style>