Shades of Han Purple #652FEC
Tints of Han Purple #652FEC
RGB
CMYK
RGB Variations
Color information
#652FEC (or 0x652FEC) is known color: Han Purple. HEX triplet: 65, 2F and EC. RGB value is (101,47,236). Sum of RGB (Red+Green+Blue) = 101+47+236=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 47 (18.75% from 255 or 12.24% from 384); Blue value is 236 (92.58% from 255 or 61.46% from 384); Max value from RGB is 236 - color contains mainly: blue. Hex color #652FEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #652FEC is #9AD013. Grayscale: #535353. Windows color (decimal): -10145812 or 15478629. OLE color: 15478629.
HSL color Cylindrical-coordinate representation of color #652FEC: hue angle of 257.14º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #652FEC is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 47 | 236 | - |
| CMYK | 0.57 | 0.80 | 0 | 0.07 |
| HSL | 257.14º | 0.83% | 0.55% | - |
| HSV(B) | 257.14º | 0.8% | 0.93% | - |
| XYZ | 21.52 | 10.86 | 80.32 | - |
| YUV | 84.69 | 213.39 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 47 | 236 | 0.57 | 0.80 | 0 | 0.07 | 257.14 | 0.83 | 0.55 |
| Hex | 65 | 2F | EC | 39 | 50 | 0 | 7 | 101 | 53 | 37 |
| Octal | 145 | 57 | 354 | 71 | 120 | 0 | 7 | 401 | 123 | 67 |
| Binary | 1100101 | 101111 | 11101100 | 111001 | 1010000 | 0 | 111 | 100000001 | 1010011 | 110111 |
Color Harmonies of #652FEC
Complementary color
Monochromatic Colors of #652FEC
Black with #652FEC
Text Example
Text Example
White with #652FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652FEC; }
p { color: rgb(101,47,236); }
H1.HeaderClassName
{
color: #652FEC;
}
.AnyTagClassName
{
color: #652FEC;
}
</style>
background-color css
<style>
a { background-color: #652FEC; }
a { background-color: rgb(101,47,236); }
div.DivClassName
{
background-color: #652FEC;
}
.BgClassName
{
background-color: #652FEC;
}
</style>
border-color css
<style>
span { border-color: #652FEC; }
span { border-color: rgb(101,47,236); }
td.TdClassName
{
border-color: #652FEC;
}
.TagClassName
{
border-color: #652FEC;
}
</style>