Shades of Han Purple #562FFC
Tints of Han Purple #562FFC
RGB
CMYK
RGB Variations
Color information
#562FFC (or 0x562FFC) is known color: Han Purple. HEX triplet: 56, 2F and FC. RGB value is (86,47,252). Sum of RGB (Red+Green+Blue) = 86+47+252=385 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.34% from 385); Green value is 47 (18.75% from 255 or 12.21% from 385); Blue value is 252 (98.83% from 255 or 65.45% from 385); Max value from RGB is 252 - color contains mainly: blue. Hex color #562FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #562FFC is #A9D003. Grayscale: #515151. Windows color (decimal): -11128836 or 16527190. OLE color: 16527190.
HSL color Cylindrical-coordinate representation of color #562FFC: hue angle of 251.41º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #562FFC is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 47 | 252 | - |
| CMYK | 0.66 | 0.81 | 0 | 0.01 |
| HSL | 251.41º | 0.97% | 0.59% | - |
| HSV(B) | 251.41º | 0.81% | 0.99% | - |
| XYZ | 22.42 | 11.04 | 93.04 | - |
| YUV | 82.03 | 223.92 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 47 | 252 | 0.66 | 0.81 | 0 | 0.01 | 251.41 | 0.97 | 0.59 |
| Hex | 56 | 2F | FC | 42 | 51 | 0 | 1 | FB | 61 | 3B |
| Octal | 126 | 57 | 374 | 102 | 121 | 0 | 1 | 373 | 141 | 73 |
| Binary | 1010110 | 101111 | 11111100 | 1000010 | 1010001 | 0 | 1 | 11111011 | 1100001 | 111011 |
Color Harmonies of #562FFC
Complementary color
Monochromatic Colors of #562FFC
Black with #562FFC
Text Example
Text Example
White with #562FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562FFC; }
p { color: rgb(86,47,252); }
H1.HeaderClassName
{
color: #562FFC;
}
.AnyTagClassName
{
color: #562FFC;
}
</style>
background-color css
<style>
a { background-color: #562FFC; }
a { background-color: rgb(86,47,252); }
div.DivClassName
{
background-color: #562FFC;
}
.BgClassName
{
background-color: #562FFC;
}
</style>
border-color css
<style>
span { border-color: #562FFC; }
span { border-color: rgb(86,47,252); }
td.TdClassName
{
border-color: #562FFC;
}
.TagClassName
{
border-color: #562FFC;
}
</style>