Shades of Han Purple #6037FA
Tints of Han Purple #6037FA
RGB
CMYK
RGB Variations
Color information
#6037FA (or 0x6037FA) is known color: Han Purple. HEX triplet: 60, 37 and FA. RGB value is (96,55,250). Sum of RGB (Red+Green+Blue) = 96+55+250=401 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.94% from 401); Green value is 55 (21.88% from 255 or 13.72% from 401); Blue value is 250 (98.05% from 255 or 62.34% from 401); Max value from RGB is 250 - color contains mainly: blue. Hex color #6037FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6037FA is #9FC805. Grayscale: #585858. Windows color (decimal): -10471430 or 16398176. OLE color: 16398176.
HSL color Cylindrical-coordinate representation of color #6037FA: hue angle of 252.62º 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 #6037FA is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 55 | 250 | - |
| CMYK | 0.62 | 0.78 | 0 | 0.02 |
| HSL | 252.62º | 0.95% | 0.6% | - |
| HSV(B) | 252.62º | 0.78% | 0.98% | - |
| XYZ | 23.45 | 12.12 | 91.55 | - |
| YUV | 89.49 | 218.58 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 55 | 250 | 0.62 | 0.78 | 0 | 0.02 | 252.62 | 0.95 | 0.6 |
| Hex | 60 | 37 | FA | 3E | 4E | 0 | 2 | FD | 5F | 3C |
| Octal | 140 | 67 | 372 | 76 | 116 | 0 | 2 | 375 | 137 | 74 |
| Binary | 1100000 | 110111 | 11111010 | 111110 | 1001110 | 0 | 10 | 11111101 | 1011111 | 111100 |
Color Harmonies of #6037FA
Complementary color
Monochromatic Colors of #6037FA
Black with #6037FA
Text Example
Text Example
White with #6037FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6037FA; }
p { color: rgb(96,55,250); }
H1.HeaderClassName
{
color: #6037FA;
}
.AnyTagClassName
{
color: #6037FA;
}
</style>
background-color css
<style>
a { background-color: #6037FA; }
a { background-color: rgb(96,55,250); }
div.DivClassName
{
background-color: #6037FA;
}
.BgClassName
{
background-color: #6037FA;
}
</style>
border-color css
<style>
span { border-color: #6037FA; }
span { border-color: rgb(96,55,250); }
td.TdClassName
{
border-color: #6037FA;
}
.TagClassName
{
border-color: #6037FA;
}
</style>