Shades of Han Purple #651EE0
Tints of Han Purple #651EE0
RGB
CMYK
RGB Variations
Color information
#651EE0 (or 0x651EE0) is known color: Han Purple. HEX triplet: 65, 1E and E0. RGB value is (101,30,224). Sum of RGB (Red+Green+Blue) = 101+30+224=355 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.45% from 355); Green value is 30 (12.11% from 255 or 8.45% from 355); Blue value is 224 (87.89% from 255 or 63.10% from 355); Max value from RGB is 224 - color contains mainly: blue. Hex color #651EE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #651EE0 is #9AE11F. Grayscale: #484848. Windows color (decimal): -10150176 or 14687845. OLE color: 14687845.
HSL color Cylindrical-coordinate representation of color #651EE0: hue angle of 261.96º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #651EE0 is Cyan = 0.55, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 30 | 224 | - |
| CMYK | 0.55 | 0.87 | 0 | 0.12 |
| HSL | 261.96º | 0.76% | 0.5% | - |
| HSV(B) | 261.96º | 0.87% | 0.88% | - |
| XYZ | 19.29 | 9.08 | 71.26 | - |
| YUV | 73.35 | 213.02 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 30 | 224 | 0.55 | 0.87 | 0 | 0.12 | 261.96 | 0.76 | 0.5 |
| Hex | 65 | 1E | E0 | 37 | 57 | 0 | C | 106 | 4C | 32 |
| Octal | 145 | 36 | 340 | 67 | 127 | 0 | 14 | 406 | 114 | 62 |
| Binary | 1100101 | 11110 | 11100000 | 110111 | 1010111 | 0 | 1100 | 100000110 | 1001100 | 110010 |
Color Harmonies of #651EE0
Complementary color
Monochromatic Colors of #651EE0
Black with #651EE0
Text Example
Text Example
White with #651EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651EE0; }
p { color: rgb(101,30,224); }
H1.HeaderClassName
{
color: #651EE0;
}
.AnyTagClassName
{
color: #651EE0;
}
</style>
background-color css
<style>
a { background-color: #651EE0; }
a { background-color: rgb(101,30,224); }
div.DivClassName
{
background-color: #651EE0;
}
.BgClassName
{
background-color: #651EE0;
}
</style>
border-color css
<style>
span { border-color: #651EE0; }
span { border-color: rgb(101,30,224); }
td.TdClassName
{
border-color: #651EE0;
}
.TagClassName
{
border-color: #651EE0;
}
</style>