Shades of Han Purple #6035F8
Tints of Han Purple #6035F8
RGB
CMYK
RGB Variations
Color information
#6035F8 (or 0x6035F8) is known color: Han Purple. HEX triplet: 60, 35 and F8. RGB value is (96,53,248). Sum of RGB (Red+Green+Blue) = 96+53+248=397 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.18% from 397); Green value is 53 (21.09% from 255 or 13.35% from 397); Blue value is 248 (97.27% from 255 or 62.47% from 397); Max value from RGB is 248 - color contains mainly: blue. Hex color #6035F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6035F8 is #9FCA07. Grayscale: #575757. Windows color (decimal): -10471944 or 16266592. OLE color: 16266592.
HSL color Cylindrical-coordinate representation of color #6035F8: hue angle of 253.23º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6035F8 is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 96 | 53 | 248 | - |
| CMYK | 0.61 | 0.79 | 0 | 0.03 |
| HSL | 253.23º | 0.93% | 0.59% | - |
| HSV(B) | 253.23º | 0.79% | 0.97% | - |
| XYZ | 23.04 | 11.81 | 89.87 | - |
| YUV | 88.09 | 218.25 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 53 | 248 | 0.61 | 0.79 | 0 | 0.03 | 253.23 | 0.93 | 0.59 |
| Hex | 60 | 35 | F8 | 3D | 4F | 0 | 3 | FD | 5D | 3B |
| Octal | 140 | 65 | 370 | 75 | 117 | 0 | 3 | 375 | 135 | 73 |
| Binary | 1100000 | 110101 | 11111000 | 111101 | 1001111 | 0 | 11 | 11111101 | 1011101 | 111011 |
Color Harmonies of #6035F8
Complementary color
Monochromatic Colors of #6035F8
Black with #6035F8
Text Example
Text Example
White with #6035F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6035F8; }
p { color: rgb(96,53,248); }
H1.HeaderClassName
{
color: #6035F8;
}
.AnyTagClassName
{
color: #6035F8;
}
</style>
background-color css
<style>
a { background-color: #6035F8; }
a { background-color: rgb(96,53,248); }
div.DivClassName
{
background-color: #6035F8;
}
.BgClassName
{
background-color: #6035F8;
}
</style>
border-color css
<style>
span { border-color: #6035F8; }
span { border-color: rgb(96,53,248); }
td.TdClassName
{
border-color: #6035F8;
}
.TagClassName
{
border-color: #6035F8;
}
</style>