Shades of Han Purple #651AFE
Tints of Han Purple #651AFE
RGB
CMYK
RGB Variations
Color information
#651AFE (or 0x651AFE) is known color: Han Purple. HEX triplet: 65, 1A and FE. RGB value is (101,26,254). Sum of RGB (Red+Green+Blue) = 101+26+254=381 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.51% from 381); Green value is 26 (10.55% from 255 or 6.82% from 381); Blue value is 254 (99.61% from 255 or 66.67% from 381); Max value from RGB is 254 - color contains mainly: blue. Hex color #651AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #651AFE is #9AE501. Grayscale: #494949. Windows color (decimal): -10151170 or 16652901. OLE color: 16652901.
HSL color Cylindrical-coordinate representation of color #651AFE: hue angle of 259.74º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #651AFE is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 26 | 254 | - |
| CMYK | 0.60 | 0.90 | 0 | 0.00 |
| HSL | 259.74º | 0.99% | 0.55% | - |
| HSV(B) | 259.74º | 0.9% | 1% | - |
| XYZ | 23.63 | 10.66 | 94.58 | - |
| YUV | 74.42 | 229.35 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 26 | 254 | 0.60 | 0.90 | 0 | 0.00 | 259.74 | 0.99 | 0.55 |
| Hex | 65 | 1A | FE | 3C | 5A | 0 | 0 | 104 | 63 | 37 |
| Octal | 145 | 32 | 376 | 74 | 132 | 0 | 0 | 404 | 143 | 67 |
| Binary | 1100101 | 11010 | 11111110 | 111100 | 1011010 | 0 | 0 | 100000100 | 1100011 | 110111 |
Color Harmonies of #651AFE
Complementary color
Monochromatic Colors of #651AFE
Black with #651AFE
Text Example
Text Example
White with #651AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651AFE; }
p { color: rgb(101,26,254); }
H1.HeaderClassName
{
color: #651AFE;
}
.AnyTagClassName
{
color: #651AFE;
}
</style>
background-color css
<style>
a { background-color: #651AFE; }
a { background-color: rgb(101,26,254); }
div.DivClassName
{
background-color: #651AFE;
}
.BgClassName
{
background-color: #651AFE;
}
</style>
border-color css
<style>
span { border-color: #651AFE; }
span { border-color: rgb(101,26,254); }
td.TdClassName
{
border-color: #651AFE;
}
.TagClassName
{
border-color: #651AFE;
}
</style>