Shades of Han Purple #651EFE
Tints of Han Purple #651EFE
RGB
CMYK
RGB Variations
Color information
#651EFE (or 0x651EFE) is known color: Han Purple. HEX triplet: 65, 1E and FE. RGB value is (101,30,254). Sum of RGB (Red+Green+Blue) = 101+30+254=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 30 (12.11% from 255 or 7.79% from 385); Blue value is 254 (99.61% from 255 or 65.97% from 385); Max value from RGB is 254 - color contains mainly: blue. Hex color #651EFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #651EFE is #9AE101. Grayscale: #4B4B4B. Windows color (decimal): -10150146 or 16653925. OLE color: 16653925.
HSL color Cylindrical-coordinate representation of color #651EFE: hue angle of 259.02º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #651EFE is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 30 | 254 | - |
| CMYK | 0.60 | 0.88 | 0 | 0.00 |
| HSL | 259.02º | 0.99% | 0.56% | - |
| HSV(B) | 259.02º | 0.88% | 1% | - |
| XYZ | 23.72 | 10.85 | 94.61 | - |
| YUV | 76.77 | 228.02 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 30 | 254 | 0.60 | 0.88 | 0 | 0.00 | 259.02 | 0.99 | 0.56 |
| Hex | 65 | 1E | FE | 3C | 58 | 0 | 0 | 103 | 63 | 38 |
| Octal | 145 | 36 | 376 | 74 | 130 | 0 | 0 | 403 | 143 | 70 |
| Binary | 1100101 | 11110 | 11111110 | 111100 | 1011000 | 0 | 0 | 100000011 | 1100011 | 111000 |
Color Harmonies of #651EFE
Complementary color
Monochromatic Colors of #651EFE
Black with #651EFE
Text Example
Text Example
White with #651EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651EFE; }
p { color: rgb(101,30,254); }
H1.HeaderClassName
{
color: #651EFE;
}
.AnyTagClassName
{
color: #651EFE;
}
</style>
background-color css
<style>
a { background-color: #651EFE; }
a { background-color: rgb(101,30,254); }
div.DivClassName
{
background-color: #651EFE;
}
.BgClassName
{
background-color: #651EFE;
}
</style>
border-color css
<style>
span { border-color: #651EFE; }
span { border-color: rgb(101,30,254); }
td.TdClassName
{
border-color: #651EFE;
}
.TagClassName
{
border-color: #651EFE;
}
</style>