Shades of Han Purple #651AFB
Tints of Han Purple #651AFB
RGB
CMYK
RGB Variations
Color information
#651AFB (or 0x651AFB) is known color: Han Purple. HEX triplet: 65, 1A and FB. RGB value is (101,26,251). Sum of RGB (Red+Green+Blue) = 101+26+251=378 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.72% from 378); Green value is 26 (10.55% from 255 or 6.88% from 378); Blue value is 251 (98.44% from 255 or 66.40% from 378); Max value from RGB is 251 - color contains mainly: blue. Hex color #651AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #651AFB is #9AE504. Grayscale: #494949. Windows color (decimal): -10151173 or 16456293. OLE color: 16456293.
HSL color Cylindrical-coordinate representation of color #651AFB: hue angle of 260º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #651AFB is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 26 | 251 | - |
| CMYK | 0.60 | 0.90 | 0 | 0.02 |
| HSL | 260º | 0.97% | 0.54% | - |
| HSV(B) | 260º | 0.9% | 0.98% | - |
| XYZ | 23.15 | 10.47 | 92.07 | - |
| YUV | 74.08 | 227.85 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 26 | 251 | 0.60 | 0.90 | 0 | 0.02 | 260 | 0.97 | 0.54 |
| Hex | 65 | 1A | FB | 3C | 5A | 0 | 2 | 104 | 61 | 36 |
| Octal | 145 | 32 | 373 | 74 | 132 | 0 | 2 | 404 | 141 | 66 |
| Binary | 1100101 | 11010 | 11111011 | 111100 | 1011010 | 0 | 10 | 100000100 | 1100001 | 110110 |
Color Harmonies of #651AFB
Complementary color
Monochromatic Colors of #651AFB
Black with #651AFB
Text Example
Text Example
White with #651AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651AFB; }
p { color: rgb(101,26,251); }
H1.HeaderClassName
{
color: #651AFB;
}
.AnyTagClassName
{
color: #651AFB;
}
</style>
background-color css
<style>
a { background-color: #651AFB; }
a { background-color: rgb(101,26,251); }
div.DivClassName
{
background-color: #651AFB;
}
.BgClassName
{
background-color: #651AFB;
}
</style>
border-color css
<style>
span { border-color: #651AFB; }
span { border-color: rgb(101,26,251); }
td.TdClassName
{
border-color: #651AFB;
}
.TagClassName
{
border-color: #651AFB;
}
</style>