Shades of Han Purple #6531FE
Tints of Han Purple #6531FE
RGB
CMYK
RGB Variations
Color information
#6531FE (or 0x6531FE) is known color: Han Purple. HEX triplet: 65, 31 and FE. RGB value is (101,49,254). Sum of RGB (Red+Green+Blue) = 101+49+254=404 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25% from 404); Green value is 49 (19.53% from 255 or 12.13% from 404); Blue value is 254 (99.61% from 255 or 62.87% from 404); Max value from RGB is 254 - color contains mainly: blue. Hex color #6531FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6531FE is #9ACE01. Grayscale: #575757. Windows color (decimal): -10145282 or 16658789. OLE color: 16658789.
HSL color Cylindrical-coordinate representation of color #6531FE: hue angle of 255.22º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6531FE is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 49 | 254 | - |
| CMYK | 0.60 | 0.81 | 0 | 0.00 |
| HSL | 255.22º | 0.99% | 0.59% | - |
| HSV(B) | 255.22º | 0.81% | 1% | - |
| XYZ | 24.35 | 12.12 | 94.82 | - |
| YUV | 87.92 | 221.73 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 49 | 254 | 0.60 | 0.81 | 0 | 0.00 | 255.22 | 0.99 | 0.59 |
| Hex | 65 | 31 | FE | 3C | 51 | 0 | 0 | FF | 63 | 3B |
| Octal | 145 | 61 | 376 | 74 | 121 | 0 | 0 | 377 | 143 | 73 |
| Binary | 1100101 | 110001 | 11111110 | 111100 | 1010001 | 0 | 0 | 11111111 | 1100011 | 111011 |
Color Harmonies of #6531FE
Complementary color
Monochromatic Colors of #6531FE
Black with #6531FE
Text Example
Text Example
White with #6531FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6531FE; }
p { color: rgb(101,49,254); }
H1.HeaderClassName
{
color: #6531FE;
}
.AnyTagClassName
{
color: #6531FE;
}
</style>
background-color css
<style>
a { background-color: #6531FE; }
a { background-color: rgb(101,49,254); }
div.DivClassName
{
background-color: #6531FE;
}
.BgClassName
{
background-color: #6531FE;
}
</style>
border-color css
<style>
span { border-color: #6531FE; }
span { border-color: rgb(101,49,254); }
td.TdClassName
{
border-color: #6531FE;
}
.TagClassName
{
border-color: #6531FE;
}
</style>