Shades of Han Purple #651EED
Tints of Han Purple #651EED
RGB
CMYK
RGB Variations
Color information
#651EED (or 0x651EED) is known color: Han Purple. HEX triplet: 65, 1E and ED. RGB value is (101,30,237). Sum of RGB (Red+Green+Blue) = 101+30+237=368 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.45% from 368); Green value is 30 (12.11% from 255 or 8.15% from 368); Blue value is 237 (92.97% from 255 or 64.40% from 368); Max value from RGB is 237 - color contains mainly: blue. Hex color #651EED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #651EED is #9AE112. Grayscale: #4A4A4A. Windows color (decimal): -10150163 or 15539813. OLE color: 15539813.
HSL color Cylindrical-coordinate representation of color #651EED: hue angle of 260.58º degrees, saturation: 0.85, 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 #651EED is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 30 | 237 | - |
| CMYK | 0.57 | 0.87 | 0 | 0.07 |
| HSL | 260.58º | 0.85% | 0.52% | - |
| HSV(B) | 260.58º | 0.87% | 0.93% | - |
| XYZ | 21.12 | 9.81 | 80.9 | - |
| YUV | 74.83 | 219.52 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 30 | 237 | 0.57 | 0.87 | 0 | 0.07 | 260.58 | 0.85 | 0.52 |
| Hex | 65 | 1E | ED | 39 | 57 | 0 | 7 | 105 | 55 | 34 |
| Octal | 145 | 36 | 355 | 71 | 127 | 0 | 7 | 405 | 125 | 64 |
| Binary | 1100101 | 11110 | 11101101 | 111001 | 1010111 | 0 | 111 | 100000101 | 1010101 | 110100 |
Color Harmonies of #651EED
Complementary color
Monochromatic Colors of #651EED
Black with #651EED
Text Example
Text Example
White with #651EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651EED; }
p { color: rgb(101,30,237); }
H1.HeaderClassName
{
color: #651EED;
}
.AnyTagClassName
{
color: #651EED;
}
</style>
background-color css
<style>
a { background-color: #651EED; }
a { background-color: rgb(101,30,237); }
div.DivClassName
{
background-color: #651EED;
}
.BgClassName
{
background-color: #651EED;
}
</style>
border-color css
<style>
span { border-color: #651EED; }
span { border-color: rgb(101,30,237); }
td.TdClassName
{
border-color: #651EED;
}
.TagClassName
{
border-color: #651EED;
}
</style>