Shades of Han Purple #560CEA
Tints of Han Purple #560CEA
RGB
CMYK
RGB Variations
Color information
#560CEA (or 0x560CEA) is known color: Han Purple. HEX triplet: 56, 0C and EA. RGB value is (86,12,234). Sum of RGB (Red+Green+Blue) = 86+12+234=332 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.90% from 332); Green value is 12 (5.08% from 255 or 3.61% from 332); Blue value is 234 (91.80% from 255 or 70.48% from 332); Max value from RGB is 234 - color contains mainly: blue. Hex color #560CEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #560CEA is #A9F315. Grayscale: #3A3A3A. Windows color (decimal): -11137814 or 15338582. OLE color: 15338582.
HSL color Cylindrical-coordinate representation of color #560CEA: hue angle of 260º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #560CEA is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 86 | 12 | 234 | - |
| CMYK | 0.63 | 0.95 | 0 | 0.08 |
| HSL | 260º | 0.9% | 0.48% | - |
| HSV(B) | 260º | 0.95% | 0.92% | - |
| XYZ | 18.82 | 8.18 | 78.43 | - |
| YUV | 59.43 | 226.52 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 12 | 234 | 0.63 | 0.95 | 0 | 0.08 | 260 | 0.9 | 0.48 |
| Hex | 56 | C | EA | 3F | 5F | 0 | 8 | 104 | 5A | 30 |
| Octal | 126 | 14 | 352 | 77 | 137 | 0 | 10 | 404 | 132 | 60 |
| Binary | 1010110 | 1100 | 11101010 | 111111 | 1011111 | 0 | 1000 | 100000100 | 1011010 | 110000 |
Color Harmonies of #560CEA
Complementary color
Monochromatic Colors of #560CEA
Black with #560CEA
Text Example
Text Example
White with #560CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560CEA; }
p { color: rgb(86,12,234); }
H1.HeaderClassName
{
color: #560CEA;
}
.AnyTagClassName
{
color: #560CEA;
}
</style>
background-color css
<style>
a { background-color: #560CEA; }
a { background-color: rgb(86,12,234); }
div.DivClassName
{
background-color: #560CEA;
}
.BgClassName
{
background-color: #560CEA;
}
</style>
border-color css
<style>
span { border-color: #560CEA; }
span { border-color: rgb(86,12,234); }
td.TdClassName
{
border-color: #560CEA;
}
.TagClassName
{
border-color: #560CEA;
}
</style>