Shades of Han Purple #651EEC
Tints of Han Purple #651EEC
RGB
CMYK
RGB Variations
Color information
#651EEC (or 0x651EEC) is known color: Han Purple. HEX triplet: 65, 1E and EC. RGB value is (101,30,236). Sum of RGB (Red+Green+Blue) = 101+30+236=367 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.52% from 367); Green value is 30 (12.11% from 255 or 8.17% from 367); Blue value is 236 (92.58% from 255 or 64.31% from 367); Max value from RGB is 236 - color contains mainly: blue. Hex color #651EEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #651EEC is #9AE113. Grayscale: #494949. Windows color (decimal): -10150164 or 15474277. OLE color: 15474277.
HSL color Cylindrical-coordinate representation of color #651EEC: hue angle of 260.68º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #651EEC is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 30 | 236 | - |
| CMYK | 0.57 | 0.87 | 0 | 0.07 |
| HSL | 260.68º | 0.84% | 0.52% | - |
| HSV(B) | 260.68º | 0.87% | 0.93% | - |
| XYZ | 20.97 | 9.75 | 80.13 | - |
| YUV | 74.71 | 219.02 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 30 | 236 | 0.57 | 0.87 | 0 | 0.07 | 260.68 | 0.84 | 0.52 |
| Hex | 65 | 1E | EC | 39 | 57 | 0 | 7 | 105 | 54 | 34 |
| Octal | 145 | 36 | 354 | 71 | 127 | 0 | 7 | 405 | 124 | 64 |
| Binary | 1100101 | 11110 | 11101100 | 111001 | 1010111 | 0 | 111 | 100000101 | 1010100 | 110100 |
Color Harmonies of #651EEC
Complementary color
Monochromatic Colors of #651EEC
Black with #651EEC
Text Example
Text Example
White with #651EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651EEC; }
p { color: rgb(101,30,236); }
H1.HeaderClassName
{
color: #651EEC;
}
.AnyTagClassName
{
color: #651EEC;
}
</style>
background-color css
<style>
a { background-color: #651EEC; }
a { background-color: rgb(101,30,236); }
div.DivClassName
{
background-color: #651EEC;
}
.BgClassName
{
background-color: #651EEC;
}
</style>
border-color css
<style>
span { border-color: #651EEC; }
span { border-color: rgb(101,30,236); }
td.TdClassName
{
border-color: #651EEC;
}
.TagClassName
{
border-color: #651EEC;
}
</style>