Shades of Han Purple #560CFA
Tints of Han Purple #560CFA
RGB
CMYK
RGB Variations
Color information
#560CFA (or 0x560CFA) is known color: Han Purple. HEX triplet: 56, 0C and FA. RGB value is (86,12,250). Sum of RGB (Red+Green+Blue) = 86+12+250=348 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.71% from 348); Green value is 12 (5.08% from 255 or 3.45% from 348); Blue value is 250 (98.05% from 255 or 71.84% from 348); Max value from RGB is 250 - color contains mainly: blue. Hex color #560CFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #560CFA is #A9F305. Grayscale: #3C3C3C. Windows color (decimal): -11137798 or 16387158. OLE color: 16387158.
HSL color Cylindrical-coordinate representation of color #560CFA: hue angle of 258.66º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #560CFA is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 12 | 250 | - |
| CMYK | 0.66 | 0.95 | 0 | 0.02 |
| HSL | 258.66º | 0.96% | 0.51% | - |
| HSV(B) | 258.66º | 0.95% | 0.98% | - |
| XYZ | 21.22 | 9.14 | 91.09 | - |
| YUV | 61.26 | 234.52 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 12 | 250 | 0.66 | 0.95 | 0 | 0.02 | 258.66 | 0.96 | 0.51 |
| Hex | 56 | C | FA | 42 | 5F | 0 | 2 | 103 | 60 | 33 |
| Octal | 126 | 14 | 372 | 102 | 137 | 0 | 2 | 403 | 140 | 63 |
| Binary | 1010110 | 1100 | 11111010 | 1000010 | 1011111 | 0 | 10 | 100000011 | 1100000 | 110011 |
Color Harmonies of #560CFA
Complementary color
Monochromatic Colors of #560CFA
Black with #560CFA
Text Example
Text Example
White with #560CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560CFA; }
p { color: rgb(86,12,250); }
H1.HeaderClassName
{
color: #560CFA;
}
.AnyTagClassName
{
color: #560CFA;
}
</style>
background-color css
<style>
a { background-color: #560CFA; }
a { background-color: rgb(86,12,250); }
div.DivClassName
{
background-color: #560CFA;
}
.BgClassName
{
background-color: #560CFA;
}
</style>
border-color css
<style>
span { border-color: #560CFA; }
span { border-color: rgb(86,12,250); }
td.TdClassName
{
border-color: #560CFA;
}
.TagClassName
{
border-color: #560CFA;
}
</style>