Shades of Han Purple #651AFF
Tints of Han Purple #651AFF
RGB
CMYK
RGB Variations
Color information
#651AFF (or 0x651AFF) is known color: Han Purple. HEX triplet: 65, 1A and FF. RGB value is (101,26,255). Sum of RGB (Red+Green+Blue) = 101+26+255=382 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.44% from 382); Green value is 26 (10.55% from 255 or 6.81% from 382); Blue value is 255 (100% from 255 or 66.75% from 382); Max value from RGB is 255 - color contains mainly: blue. Hex color #651AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #651AFF is #9AE500. Grayscale: #494949. Windows color (decimal): -10151169 or 16718437. OLE color: 16718437.
HSL color Cylindrical-coordinate representation of color #651AFF: hue angle of 259.65º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #651AFF is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 26 | 255 | - |
| CMYK | 0.60 | 0.90 | 0 | 0 |
| HSL | 259.65º | 1% | 0.55% | - |
| HSV(B) | 259.65º | 0.9% | 1% | - |
| XYZ | 23.79 | 10.73 | 95.42 | - |
| YUV | 74.53 | 229.85 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 26 | 255 | 0.60 | 0.90 | 0 | 0 | 259.65 | 1 | 0.55 |
| Hex | 65 | 1A | FF | 3C | 5A | 0 | 0 | 104 | 64 | 37 |
| Octal | 145 | 32 | 377 | 74 | 132 | 0 | 0 | 404 | 144 | 67 |
| Binary | 1100101 | 11010 | 11111111 | 111100 | 1011010 | 0 | 0 | 100000100 | 1100100 | 110111 |
Color Harmonies of #651AFF
Complementary color
Monochromatic Colors of #651AFF
Black with #651AFF
Text Example
Text Example
White with #651AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651AFF; }
p { color: rgb(101,26,255); }
H1.HeaderClassName
{
color: #651AFF;
}
.AnyTagClassName
{
color: #651AFF;
}
</style>
background-color css
<style>
a { background-color: #651AFF; }
a { background-color: rgb(101,26,255); }
div.DivClassName
{
background-color: #651AFF;
}
.BgClassName
{
background-color: #651AFF;
}
</style>
border-color css
<style>
span { border-color: #651AFF; }
span { border-color: rgb(101,26,255); }
td.TdClassName
{
border-color: #651AFF;
}
.TagClassName
{
border-color: #651AFF;
}
</style>