Shades of Han Purple #562CF3
Tints of Han Purple #562CF3
RGB
CMYK
RGB Variations
Color information
#562CF3 (or 0x562CF3) is known color: Han Purple. HEX triplet: 56, 2C and F3. RGB value is (86,44,243). Sum of RGB (Red+Green+Blue) = 86+44+243=373 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.06% from 373); Green value is 44 (17.58% from 255 or 11.80% from 373); Blue value is 243 (95.31% from 255 or 65.15% from 373); Max value from RGB is 243 - color contains mainly: blue. Hex color #562CF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #562CF3 is #A9D30C. Grayscale: #4E4E4E. Windows color (decimal): -11129613 or 15936598. OLE color: 15936598.
HSL color Cylindrical-coordinate representation of color #562CF3: hue angle of 252.66º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #562CF3 is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 44 | 243 | - |
| CMYK | 0.65 | 0.82 | 0 | 0.05 |
| HSL | 252.66º | 0.89% | 0.56% | - |
| HSV(B) | 252.66º | 0.82% | 0.95% | - |
| XYZ | 20.92 | 10.25 | 85.67 | - |
| YUV | 79.24 | 220.41 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 44 | 243 | 0.65 | 0.82 | 0 | 0.05 | 252.66 | 0.89 | 0.56 |
| Hex | 56 | 2C | F3 | 41 | 52 | 0 | 5 | FD | 59 | 38 |
| Octal | 126 | 54 | 363 | 101 | 122 | 0 | 5 | 375 | 131 | 70 |
| Binary | 1010110 | 101100 | 11110011 | 1000001 | 1010010 | 0 | 101 | 11111101 | 1011001 | 111000 |
Color Harmonies of #562CF3
Complementary color
Monochromatic Colors of #562CF3
Black with #562CF3
Text Example
Text Example
White with #562CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562CF3; }
p { color: rgb(86,44,243); }
H1.HeaderClassName
{
color: #562CF3;
}
.AnyTagClassName
{
color: #562CF3;
}
</style>
background-color css
<style>
a { background-color: #562CF3; }
a { background-color: rgb(86,44,243); }
div.DivClassName
{
background-color: #562CF3;
}
.BgClassName
{
background-color: #562CF3;
}
</style>
border-color css
<style>
span { border-color: #562CF3; }
span { border-color: rgb(86,44,243); }
td.TdClassName
{
border-color: #562CF3;
}
.TagClassName
{
border-color: #562CF3;
}
</style>