Shades of Han Purple #6036FF
Tints of Han Purple #6036FF
RGB
CMYK
RGB Variations
Color information
#6036FF (or 0x6036FF) is known color: Han Purple. HEX triplet: 60, 36 and FF. RGB value is (96,54,255). Sum of RGB (Red+Green+Blue) = 96+54+255=405 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.70% from 405); Green value is 54 (21.48% from 255 or 13.33% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #6036FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6036FF is #9FC900. Grayscale: #585858. Windows color (decimal): -10471681 or 16725600. OLE color: 16725600.
HSL color Cylindrical-coordinate representation of color #6036FF: hue angle of 252.54º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6036FF is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 54 | 255 | - |
| CMYK | 0.62 | 0.79 | 0 | 0 |
| HSL | 252.54º | 1% | 0.61% | - |
| HSV(B) | 252.54º | 0.79% | 1% | - |
| XYZ | 24.19 | 12.35 | 95.72 | - |
| YUV | 89.47 | 221.41 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 54 | 255 | 0.62 | 0.79 | 0 | 0 | 252.54 | 1 | 0.61 |
| Hex | 60 | 36 | FF | 3E | 4F | 0 | 0 | FD | 64 | 3D |
| Octal | 140 | 66 | 377 | 76 | 117 | 0 | 0 | 375 | 144 | 75 |
| Binary | 1100000 | 110110 | 11111111 | 111110 | 1001111 | 0 | 0 | 11111101 | 1100100 | 111101 |
Color Harmonies of #6036FF
Complementary color
Monochromatic Colors of #6036FF
Black with #6036FF
Text Example
Text Example
White with #6036FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6036FF; }
p { color: rgb(96,54,255); }
H1.HeaderClassName
{
color: #6036FF;
}
.AnyTagClassName
{
color: #6036FF;
}
</style>
background-color css
<style>
a { background-color: #6036FF; }
a { background-color: rgb(96,54,255); }
div.DivClassName
{
background-color: #6036FF;
}
.BgClassName
{
background-color: #6036FF;
}
</style>
border-color css
<style>
span { border-color: #6036FF; }
span { border-color: rgb(96,54,255); }
td.TdClassName
{
border-color: #6036FF;
}
.TagClassName
{
border-color: #6036FF;
}
</style>