Shades of Han Purple #651FE1
Tints of Han Purple #651FE1
RGB
CMYK
RGB Variations
Color information
#651FE1 (or 0x651FE1) is known color: Han Purple. HEX triplet: 65, 1F and E1. RGB value is (101,31,225). Sum of RGB (Red+Green+Blue) = 101+31+225=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 31 (12.5% from 255 or 8.68% from 357); Blue value is 225 (88.28% from 255 or 63.03% from 357); Max value from RGB is 225 - color contains mainly: blue. Hex color #651FE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #651FE1 is #9AE01E. Grayscale: #494949. Windows color (decimal): -10149919 or 14753637. OLE color: 14753637.
HSL color Cylindrical-coordinate representation of color #651FE1: hue angle of 261.65º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #651FE1 is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 31 | 225 | - |
| CMYK | 0.55 | 0.86 | 0 | 0.12 |
| HSL | 261.65º | 0.76% | 0.5% | - |
| HSV(B) | 261.65º | 0.86% | 0.88% | - |
| XYZ | 19.45 | 9.18 | 71.98 | - |
| YUV | 74.05 | 213.19 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 31 | 225 | 0.55 | 0.86 | 0 | 0.12 | 261.65 | 0.76 | 0.5 |
| Hex | 65 | 1F | E1 | 37 | 56 | 0 | C | 106 | 4C | 32 |
| Octal | 145 | 37 | 341 | 67 | 126 | 0 | 14 | 406 | 114 | 62 |
| Binary | 1100101 | 11111 | 11100001 | 110111 | 1010110 | 0 | 1100 | 100000110 | 1001100 | 110010 |
Color Harmonies of #651FE1
Complementary color
Monochromatic Colors of #651FE1
Black with #651FE1
Text Example
Text Example
White with #651FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651FE1; }
p { color: rgb(101,31,225); }
H1.HeaderClassName
{
color: #651FE1;
}
.AnyTagClassName
{
color: #651FE1;
}
</style>
background-color css
<style>
a { background-color: #651FE1; }
a { background-color: rgb(101,31,225); }
div.DivClassName
{
background-color: #651FE1;
}
.BgClassName
{
background-color: #651FE1;
}
</style>
border-color css
<style>
span { border-color: #651FE1; }
span { border-color: rgb(101,31,225); }
td.TdClassName
{
border-color: #651FE1;
}
.TagClassName
{
border-color: #651FE1;
}
</style>