Shades of Han Purple #6036FA
Tints of Han Purple #6036FA
RGB
CMYK
RGB Variations
Color information
#6036FA (or 0x6036FA) is known color: Han Purple. HEX triplet: 60, 36 and FA. RGB value is (96,54,250). Sum of RGB (Red+Green+Blue) = 96+54+250=400 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24% from 400); Green value is 54 (21.48% from 255 or 13.5% from 400); Blue value is 250 (98.05% from 255 or 62.5% from 400); Max value from RGB is 250 - color contains mainly: blue. Hex color #6036FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6036FA is #9FC905. Grayscale: #585858. Windows color (decimal): -10471686 or 16397920. OLE color: 16397920.
HSL color Cylindrical-coordinate representation of color #6036FA: hue angle of 252.86º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6036FA is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 54 | 250 | - |
| CMYK | 0.62 | 0.78 | 0 | 0.02 |
| HSL | 252.86º | 0.95% | 0.6% | - |
| HSV(B) | 252.86º | 0.78% | 0.98% | - |
| XYZ | 23.4 | 12.03 | 91.53 | - |
| YUV | 88.9 | 218.91 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 54 | 250 | 0.62 | 0.78 | 0 | 0.02 | 252.86 | 0.95 | 0.6 |
| Hex | 60 | 36 | FA | 3E | 4E | 0 | 2 | FD | 5F | 3C |
| Octal | 140 | 66 | 372 | 76 | 116 | 0 | 2 | 375 | 137 | 74 |
| Binary | 1100000 | 110110 | 11111010 | 111110 | 1001110 | 0 | 10 | 11111101 | 1011111 | 111100 |
Color Harmonies of #6036FA
Complementary color
Monochromatic Colors of #6036FA
Black with #6036FA
Text Example
Text Example
White with #6036FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6036FA; }
p { color: rgb(96,54,250); }
H1.HeaderClassName
{
color: #6036FA;
}
.AnyTagClassName
{
color: #6036FA;
}
</style>
background-color css
<style>
a { background-color: #6036FA; }
a { background-color: rgb(96,54,250); }
div.DivClassName
{
background-color: #6036FA;
}
.BgClassName
{
background-color: #6036FA;
}
</style>
border-color css
<style>
span { border-color: #6036FA; }
span { border-color: rgb(96,54,250); }
td.TdClassName
{
border-color: #6036FA;
}
.TagClassName
{
border-color: #6036FA;
}
</style>