Shades of Han Purple #6035FE
Tints of Han Purple #6035FE
RGB
CMYK
RGB Variations
Color information
#6035FE (or 0x6035FE) is known color: Han Purple. HEX triplet: 60, 35 and FE. RGB value is (96,53,254). Sum of RGB (Red+Green+Blue) = 96+53+254=403 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.82% from 403); Green value is 53 (21.09% from 255 or 13.15% from 403); Blue value is 254 (99.61% from 255 or 63.03% from 403); Max value from RGB is 254 - color contains mainly: blue. Hex color #6035FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6035FE is #9FCA01. Grayscale: #585858. Windows color (decimal): -10471938 or 16659808. OLE color: 16659808.
HSL color Cylindrical-coordinate representation of color #6035FE: hue angle of 252.84º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6035FE is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 96 | 53 | 254 | - |
| CMYK | 0.62 | 0.79 | 0 | 0.00 |
| HSL | 252.84º | 0.99% | 0.6% | - |
| HSV(B) | 252.84º | 0.79% | 1% | - |
| XYZ | 23.99 | 12.19 | 94.85 | - |
| YUV | 88.77 | 221.25 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 53 | 254 | 0.62 | 0.79 | 0 | 0.00 | 252.84 | 0.99 | 0.6 |
| Hex | 60 | 35 | FE | 3E | 4F | 0 | 0 | FD | 63 | 3C |
| Octal | 140 | 65 | 376 | 76 | 117 | 0 | 0 | 375 | 143 | 74 |
| Binary | 1100000 | 110101 | 11111110 | 111110 | 1001111 | 0 | 0 | 11111101 | 1100011 | 111100 |
Color Harmonies of #6035FE
Complementary color
Monochromatic Colors of #6035FE
Black with #6035FE
Text Example
Text Example
White with #6035FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6035FE; }
p { color: rgb(96,53,254); }
H1.HeaderClassName
{
color: #6035FE;
}
.AnyTagClassName
{
color: #6035FE;
}
</style>
background-color css
<style>
a { background-color: #6035FE; }
a { background-color: rgb(96,53,254); }
div.DivClassName
{
background-color: #6035FE;
}
.BgClassName
{
background-color: #6035FE;
}
</style>
border-color css
<style>
span { border-color: #6035FE; }
span { border-color: rgb(96,53,254); }
td.TdClassName
{
border-color: #6035FE;
}
.TagClassName
{
border-color: #6035FE;
}
</style>