Shades of Han Purple #562DFC
Tints of Han Purple #562DFC
RGB
CMYK
RGB Variations
Color information
#562DFC (or 0x562DFC) is known color: Han Purple. HEX triplet: 56, 2D and FC. RGB value is (86,45,252). Sum of RGB (Red+Green+Blue) = 86+45+252=383 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.45% from 383); Green value is 45 (17.97% from 255 or 11.75% 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 #562DFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #562DFC is #A9D203. Grayscale: #505050. Windows color (decimal): -11129348 or 16526678. OLE color: 16526678.
HSL color Cylindrical-coordinate representation of color #562DFC: hue angle of 251.88º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #562DFC is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 45 | 252 | - |
| CMYK | 0.66 | 0.82 | 0 | 0.01 |
| HSL | 251.88º | 0.97% | 0.58% | - |
| HSV(B) | 251.88º | 0.82% | 0.99% | - |
| XYZ | 22.35 | 10.88 | 93.02 | - |
| YUV | 80.86 | 224.58 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 45 | 252 | 0.66 | 0.82 | 0 | 0.01 | 251.88 | 0.97 | 0.58 |
| Hex | 56 | 2D | FC | 42 | 52 | 0 | 1 | FC | 61 | 3A |
| Octal | 126 | 55 | 374 | 102 | 122 | 0 | 1 | 374 | 141 | 72 |
| Binary | 1010110 | 101101 | 11111100 | 1000010 | 1010010 | 0 | 1 | 11111100 | 1100001 | 111010 |
Color Harmonies of #562DFC
Complementary color
Monochromatic Colors of #562DFC
Black with #562DFC
Text Example
Text Example
White with #562DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562DFC; }
p { color: rgb(86,45,252); }
H1.HeaderClassName
{
color: #562DFC;
}
.AnyTagClassName
{
color: #562DFC;
}
</style>
background-color css
<style>
a { background-color: #562DFC; }
a { background-color: rgb(86,45,252); }
div.DivClassName
{
background-color: #562DFC;
}
.BgClassName
{
background-color: #562DFC;
}
</style>
border-color css
<style>
span { border-color: #562DFC; }
span { border-color: rgb(86,45,252); }
td.TdClassName
{
border-color: #562DFC;
}
.TagClassName
{
border-color: #562DFC;
}
</style>