Shades of Han Purple #6031FC
Tints of Han Purple #6031FC
RGB
CMYK
RGB Variations
Color information
#6031FC (or 0x6031FC) is known color: Han Purple. HEX triplet: 60, 31 and FC. RGB value is (96,49,252). Sum of RGB (Red+Green+Blue) = 96+49+252=397 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.18% from 397); Green value is 49 (19.53% from 255 or 12.34% from 397); Blue value is 252 (98.83% from 255 or 63.48% from 397); Max value from RGB is 252 - color contains mainly: blue. Hex color #6031FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6031FC is #9FCE03. Grayscale: #555555. Windows color (decimal): -10472964 or 16527712. OLE color: 16527712.
HSL color Cylindrical-coordinate representation of color #6031FC: hue angle of 253.89º 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 #6031FC is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 49 | 252 | - |
| CMYK | 0.62 | 0.81 | 0 | 0.01 |
| HSL | 253.89º | 0.97% | 0.59% | - |
| HSV(B) | 253.89º | 0.81% | 0.99% | - |
| XYZ | 23.49 | 11.71 | 93.12 | - |
| YUV | 86.2 | 221.57 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 49 | 252 | 0.62 | 0.81 | 0 | 0.01 | 253.89 | 0.97 | 0.59 |
| Hex | 60 | 31 | FC | 3E | 51 | 0 | 1 | FE | 61 | 3B |
| Octal | 140 | 61 | 374 | 76 | 121 | 0 | 1 | 376 | 141 | 73 |
| Binary | 1100000 | 110001 | 11111100 | 111110 | 1010001 | 0 | 1 | 11111110 | 1100001 | 111011 |
Color Harmonies of #6031FC
Complementary color
Monochromatic Colors of #6031FC
Black with #6031FC
Text Example
Text Example
White with #6031FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6031FC; }
p { color: rgb(96,49,252); }
H1.HeaderClassName
{
color: #6031FC;
}
.AnyTagClassName
{
color: #6031FC;
}
</style>
background-color css
<style>
a { background-color: #6031FC; }
a { background-color: rgb(96,49,252); }
div.DivClassName
{
background-color: #6031FC;
}
.BgClassName
{
background-color: #6031FC;
}
</style>
border-color css
<style>
span { border-color: #6031FC; }
span { border-color: rgb(96,49,252); }
td.TdClassName
{
border-color: #6031FC;
}
.TagClassName
{
border-color: #6031FC;
}
</style>