Shades of Han Purple #562EFF
Tints of Han Purple #562EFF
RGB
CMYK
RGB Variations
Color information
#562EFF (or 0x562EFF) is known color: Han Purple. HEX triplet: 56, 2E and FF. RGB value is (86,46,255). Sum of RGB (Red+Green+Blue) = 86+46+255=387 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.22% from 387); Green value is 46 (18.36% from 255 or 11.89% from 387); Blue value is 255 (100% from 255 or 65.89% from 387); Max value from RGB is 255 - color contains mainly: blue. Hex color #562EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #562EFF is #A9D100. Grayscale: #505050. Windows color (decimal): -11129089 or 16723542. OLE color: 16723542.
HSL color Cylindrical-coordinate representation of color #562EFF: hue angle of 251.48º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #562EFF is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 46 | 255 | - |
| CMYK | 0.66 | 0.82 | 0 | 0 |
| HSL | 251.48º | 1% | 0.59% | - |
| HSV(B) | 251.48º | 0.82% | 1% | - |
| XYZ | 22.86 | 11.15 | 95.56 | - |
| YUV | 81.79 | 225.75 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 46 | 255 | 0.66 | 0.82 | 0 | 0 | 251.48 | 1 | 0.59 |
| Hex | 56 | 2E | FF | 42 | 52 | 0 | 0 | FB | 64 | 3B |
| Octal | 126 | 56 | 377 | 102 | 122 | 0 | 0 | 373 | 144 | 73 |
| Binary | 1010110 | 101110 | 11111111 | 1000010 | 1010010 | 0 | 0 | 11111011 | 1100100 | 111011 |
Color Harmonies of #562EFF
Complementary color
Monochromatic Colors of #562EFF
Black with #562EFF
Text Example
Text Example
White with #562EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562EFF; }
p { color: rgb(86,46,255); }
H1.HeaderClassName
{
color: #562EFF;
}
.AnyTagClassName
{
color: #562EFF;
}
</style>
background-color css
<style>
a { background-color: #562EFF; }
a { background-color: rgb(86,46,255); }
div.DivClassName
{
background-color: #562EFF;
}
.BgClassName
{
background-color: #562EFF;
}
</style>
border-color css
<style>
span { border-color: #562EFF; }
span { border-color: rgb(86,46,255); }
td.TdClassName
{
border-color: #562EFF;
}
.TagClassName
{
border-color: #562EFF;
}
</style>