Shades of Han Purple #652CFF
Tints of Han Purple #652CFF
RGB
CMYK
RGB Variations
Color information
#652CFF (or 0x652CFF) is known color: Han Purple. HEX triplet: 65, 2C and FF. RGB value is (101,44,255). Sum of RGB (Red+Green+Blue) = 101+44+255=400 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.25% from 400); Green value is 44 (17.58% from 255 or 11% from 400); Blue value is 255 (100% from 255 or 63.75% from 400); Max value from RGB is 255 - color contains mainly: blue. Hex color #652CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #652CFF is #9AD300. Grayscale: #545454. Windows color (decimal): -10146561 or 16723045. OLE color: 16723045.
HSL color Cylindrical-coordinate representation of color #652CFF: hue angle of 256.21º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #652CFF is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 44 | 255 | - |
| CMYK | 0.60 | 0.83 | 0 | 0 |
| HSL | 256.21º | 1% | 0.59% | - |
| HSV(B) | 256.21º | 0.83% | 1% | - |
| XYZ | 24.32 | 11.79 | 95.6 | - |
| YUV | 85.1 | 223.88 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 44 | 255 | 0.60 | 0.83 | 0 | 0 | 256.21 | 1 | 0.59 |
| Hex | 65 | 2C | FF | 3C | 53 | 0 | 0 | 100 | 64 | 3B |
| Octal | 145 | 54 | 377 | 74 | 123 | 0 | 0 | 400 | 144 | 73 |
| Binary | 1100101 | 101100 | 11111111 | 111100 | 1010011 | 0 | 0 | 100000000 | 1100100 | 111011 |
Color Harmonies of #652CFF
Complementary color
Monochromatic Colors of #652CFF
Black with #652CFF
Text Example
Text Example
White with #652CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652CFF; }
p { color: rgb(101,44,255); }
H1.HeaderClassName
{
color: #652CFF;
}
.AnyTagClassName
{
color: #652CFF;
}
</style>
background-color css
<style>
a { background-color: #652CFF; }
a { background-color: rgb(101,44,255); }
div.DivClassName
{
background-color: #652CFF;
}
.BgClassName
{
background-color: #652CFF;
}
</style>
border-color css
<style>
span { border-color: #652CFF; }
span { border-color: rgb(101,44,255); }
td.TdClassName
{
border-color: #652CFF;
}
.TagClassName
{
border-color: #652CFF;
}
</style>