Shades of Han Purple #651EF1
Tints of Han Purple #651EF1
RGB
CMYK
RGB Variations
Color information
#651EF1 (or 0x651EF1) is known color: Han Purple. HEX triplet: 65, 1E and F1. RGB value is (101,30,241). Sum of RGB (Red+Green+Blue) = 101+30+241=372 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.15% from 372); Green value is 30 (12.11% from 255 or 8.06% from 372); Blue value is 241 (94.53% from 255 or 64.78% from 372); Max value from RGB is 241 - color contains mainly: blue. Hex color #651EF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #651EF1 is #9AE10E. Grayscale: #4A4A4A. Windows color (decimal): -10150159 or 15801957. OLE color: 15801957.
HSL color Cylindrical-coordinate representation of color #651EF1: hue angle of 260.19º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #651EF1 is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 30 | 241 | - |
| CMYK | 0.58 | 0.88 | 0 | 0.05 |
| HSL | 260.19º | 0.88% | 0.53% | - |
| HSV(B) | 260.19º | 0.88% | 0.95% | - |
| XYZ | 21.71 | 10.05 | 84.01 | - |
| YUV | 75.28 | 221.52 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 30 | 241 | 0.58 | 0.88 | 0 | 0.05 | 260.19 | 0.88 | 0.53 |
| Hex | 65 | 1E | F1 | 3A | 58 | 0 | 5 | 104 | 58 | 35 |
| Octal | 145 | 36 | 361 | 72 | 130 | 0 | 5 | 404 | 130 | 65 |
| Binary | 1100101 | 11110 | 11110001 | 111010 | 1011000 | 0 | 101 | 100000100 | 1011000 | 110101 |
Color Harmonies of #651EF1
Complementary color
Monochromatic Colors of #651EF1
Black with #651EF1
Text Example
Text Example
White with #651EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651EF1; }
p { color: rgb(101,30,241); }
H1.HeaderClassName
{
color: #651EF1;
}
.AnyTagClassName
{
color: #651EF1;
}
</style>
background-color css
<style>
a { background-color: #651EF1; }
a { background-color: rgb(101,30,241); }
div.DivClassName
{
background-color: #651EF1;
}
.BgClassName
{
background-color: #651EF1;
}
</style>
border-color css
<style>
span { border-color: #651EF1; }
span { border-color: rgb(101,30,241); }
td.TdClassName
{
border-color: #651EF1;
}
.TagClassName
{
border-color: #651EF1;
}
</style>