Shades of Han Purple #562CFC
Tints of Han Purple #562CFC
RGB
CMYK
RGB Variations
Color information
#562CFC (or 0x562CFC) is known color: Han Purple. HEX triplet: 56, 2C and FC. RGB value is (86,44,252). Sum of RGB (Red+Green+Blue) = 86+44+252=382 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.51% from 382); Green value is 44 (17.58% from 255 or 11.52% from 382); Blue value is 252 (98.83% from 255 or 65.97% from 382); Max value from RGB is 252 - color contains mainly: blue. Hex color #562CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #562CFC is #A9D303. Grayscale: #4F4F4F. Windows color (decimal): -11129604 or 16526422. OLE color: 16526422.
HSL color Cylindrical-coordinate representation of color #562CFC: hue angle of 252.12º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #562CFC is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 44 | 252 | - |
| CMYK | 0.66 | 0.83 | 0 | 0.01 |
| HSL | 252.12º | 0.97% | 0.58% | - |
| HSV(B) | 252.12º | 0.83% | 0.99% | - |
| XYZ | 22.31 | 10.81 | 93.01 | - |
| YUV | 80.27 | 224.91 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 44 | 252 | 0.66 | 0.83 | 0 | 0.01 | 252.12 | 0.97 | 0.58 |
| Hex | 56 | 2C | FC | 42 | 53 | 0 | 1 | FC | 61 | 3A |
| Octal | 126 | 54 | 374 | 102 | 123 | 0 | 1 | 374 | 141 | 72 |
| Binary | 1010110 | 101100 | 11111100 | 1000010 | 1010011 | 0 | 1 | 11111100 | 1100001 | 111010 |
Color Harmonies of #562CFC
Complementary color
Monochromatic Colors of #562CFC
Black with #562CFC
Text Example
Text Example
White with #562CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562CFC; }
p { color: rgb(86,44,252); }
H1.HeaderClassName
{
color: #562CFC;
}
.AnyTagClassName
{
color: #562CFC;
}
</style>
background-color css
<style>
a { background-color: #562CFC; }
a { background-color: rgb(86,44,252); }
div.DivClassName
{
background-color: #562CFC;
}
.BgClassName
{
background-color: #562CFC;
}
</style>
border-color css
<style>
span { border-color: #562CFC; }
span { border-color: rgb(86,44,252); }
td.TdClassName
{
border-color: #562CFC;
}
.TagClassName
{
border-color: #562CFC;
}
</style>