Shades of Han Purple #651BFA
Tints of Han Purple #651BFA
RGB
CMYK
RGB Variations
Color information
#651BFA (or 0x651BFA) is known color: Han Purple. HEX triplet: 65, 1B and FA. RGB value is (101,27,250). Sum of RGB (Red+Green+Blue) = 101+27+250=378 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.72% from 378); Green value is 27 (10.94% from 255 or 7.14% from 378); Blue value is 250 (98.05% from 255 or 66.14% from 378); Max value from RGB is 250 - color contains mainly: blue. Hex color #651BFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #651BFA is #9AE405. Grayscale: #494949. Windows color (decimal): -10150918 or 16391013. OLE color: 16391013.
HSL color Cylindrical-coordinate representation of color #651BFA: hue angle of 259.91º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #651BFA is Cyan = 0.60, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 27 | 250 | - |
| CMYK | 0.60 | 0.89 | 0 | 0.02 |
| HSL | 259.91º | 0.96% | 0.54% | - |
| HSV(B) | 259.91º | 0.89% | 0.98% | - |
| XYZ | 23.01 | 10.45 | 91.25 | - |
| YUV | 74.55 | 227.02 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 27 | 250 | 0.60 | 0.89 | 0 | 0.02 | 259.91 | 0.96 | 0.54 |
| Hex | 65 | 1B | FA | 3C | 59 | 0 | 2 | 104 | 60 | 36 |
| Octal | 145 | 33 | 372 | 74 | 131 | 0 | 2 | 404 | 140 | 66 |
| Binary | 1100101 | 11011 | 11111010 | 111100 | 1011001 | 0 | 10 | 100000100 | 1100000 | 110110 |
Color Harmonies of #651BFA
Complementary color
Monochromatic Colors of #651BFA
Black with #651BFA
Text Example
Text Example
White with #651BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651BFA; }
p { color: rgb(101,27,250); }
H1.HeaderClassName
{
color: #651BFA;
}
.AnyTagClassName
{
color: #651BFA;
}
</style>
background-color css
<style>
a { background-color: #651BFA; }
a { background-color: rgb(101,27,250); }
div.DivClassName
{
background-color: #651BFA;
}
.BgClassName
{
background-color: #651BFA;
}
</style>
border-color css
<style>
span { border-color: #651BFA; }
span { border-color: rgb(101,27,250); }
td.TdClassName
{
border-color: #651BFA;
}
.TagClassName
{
border-color: #651BFA;
}
</style>