Shades of Han Purple #651EFC
Tints of Han Purple #651EFC
RGB
CMYK
RGB Variations
Color information
#651EFC (or 0x651EFC) is known color: Han Purple. HEX triplet: 65, 1E and FC. RGB value is (101,30,252). Sum of RGB (Red+Green+Blue) = 101+30+252=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 30 (12.11% from 255 or 7.83% from 383); Blue value is 252 (98.83% from 255 or 65.80% from 383); Max value from RGB is 252 - color contains mainly: blue. Hex color #651EFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #651EFC is #9AE103. Grayscale: #4B4B4B. Windows color (decimal): -10150148 or 16522853. OLE color: 16522853.
HSL color Cylindrical-coordinate representation of color #651EFC: hue angle of 259.19º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #651EFC is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 30 | 252 | - |
| CMYK | 0.60 | 0.88 | 0 | 0.01 |
| HSL | 259.19º | 0.97% | 0.55% | - |
| HSV(B) | 259.19º | 0.88% | 0.99% | - |
| XYZ | 23.4 | 10.72 | 92.93 | - |
| YUV | 76.54 | 227.02 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 30 | 252 | 0.60 | 0.88 | 0 | 0.01 | 259.19 | 0.97 | 0.55 |
| Hex | 65 | 1E | FC | 3C | 58 | 0 | 1 | 103 | 61 | 37 |
| Octal | 145 | 36 | 374 | 74 | 130 | 0 | 1 | 403 | 141 | 67 |
| Binary | 1100101 | 11110 | 11111100 | 111100 | 1011000 | 0 | 1 | 100000011 | 1100001 | 110111 |
Color Harmonies of #651EFC
Complementary color
Monochromatic Colors of #651EFC
Black with #651EFC
Text Example
Text Example
White with #651EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651EFC; }
p { color: rgb(101,30,252); }
H1.HeaderClassName
{
color: #651EFC;
}
.AnyTagClassName
{
color: #651EFC;
}
</style>
background-color css
<style>
a { background-color: #651EFC; }
a { background-color: rgb(101,30,252); }
div.DivClassName
{
background-color: #651EFC;
}
.BgClassName
{
background-color: #651EFC;
}
</style>
border-color css
<style>
span { border-color: #651EFC; }
span { border-color: rgb(101,30,252); }
td.TdClassName
{
border-color: #651EFC;
}
.TagClassName
{
border-color: #651EFC;
}
</style>