Shades of Han Purple #651EFF
Tints of Han Purple #651EFF
RGB
CMYK
RGB Variations
Color information
#651EFF (or 0x651EFF) is known color: Han Purple. HEX triplet: 65, 1E and FF. RGB value is (101,30,255). Sum of RGB (Red+Green+Blue) = 101+30+255=386 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.17% from 386); Green value is 30 (12.11% from 255 or 7.77% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #651EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #651EFF is #9AE100. Grayscale: #4C4C4C. Windows color (decimal): -10150145 or 16719461. OLE color: 16719461.
HSL color Cylindrical-coordinate representation of color #651EFF: hue angle of 258.93º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #651EFF is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 30 | 255 | - |
| CMYK | 0.60 | 0.88 | 0 | 0 |
| HSL | 258.93º | 1% | 0.56% | - |
| HSV(B) | 258.93º | 0.88% | 1% | - |
| XYZ | 23.88 | 10.92 | 95.46 | - |
| YUV | 76.88 | 228.52 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 30 | 255 | 0.60 | 0.88 | 0 | 0 | 258.93 | 1 | 0.56 |
| Hex | 65 | 1E | FF | 3C | 58 | 0 | 0 | 103 | 64 | 38 |
| Octal | 145 | 36 | 377 | 74 | 130 | 0 | 0 | 403 | 144 | 70 |
| Binary | 1100101 | 11110 | 11111111 | 111100 | 1011000 | 0 | 0 | 100000011 | 1100100 | 111000 |
Color Harmonies of #651EFF
Complementary color
Monochromatic Colors of #651EFF
Black with #651EFF
Text Example
Text Example
White with #651EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651EFF; }
p { color: rgb(101,30,255); }
H1.HeaderClassName
{
color: #651EFF;
}
.AnyTagClassName
{
color: #651EFF;
}
</style>
background-color css
<style>
a { background-color: #651EFF; }
a { background-color: rgb(101,30,255); }
div.DivClassName
{
background-color: #651EFF;
}
.BgClassName
{
background-color: #651EFF;
}
</style>
border-color css
<style>
span { border-color: #651EFF; }
span { border-color: rgb(101,30,255); }
td.TdClassName
{
border-color: #651EFF;
}
.TagClassName
{
border-color: #651EFF;
}
</style>