Shades of Han Purple #6032F8
Tints of Han Purple #6032F8
RGB
CMYK
RGB Variations
Color information
#6032F8 (or 0x6032F8) is known color: Han Purple. HEX triplet: 60, 32 and F8. RGB value is (96,50,248). Sum of RGB (Red+Green+Blue) = 96+50+248=394 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.37% from 394); Green value is 50 (19.92% from 255 or 12.69% from 394); Blue value is 248 (97.27% from 255 or 62.94% from 394); Max value from RGB is 248 - color contains mainly: blue. Hex color #6032F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6032F8 is #9FCD07. Grayscale: #555555. Windows color (decimal): -10472712 or 16265824. OLE color: 16265824.
HSL color Cylindrical-coordinate representation of color #6032F8: hue angle of 253.94º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6032F8 is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 96 | 50 | 248 | - |
| CMYK | 0.61 | 0.80 | 0 | 0.03 |
| HSL | 253.94º | 0.93% | 0.58% | - |
| HSV(B) | 253.94º | 0.8% | 0.97% | - |
| XYZ | 22.91 | 11.55 | 89.83 | - |
| YUV | 86.33 | 219.24 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 50 | 248 | 0.61 | 0.80 | 0 | 0.03 | 253.94 | 0.93 | 0.58 |
| Hex | 60 | 32 | F8 | 3D | 50 | 0 | 3 | FE | 5D | 3A |
| Octal | 140 | 62 | 370 | 75 | 120 | 0 | 3 | 376 | 135 | 72 |
| Binary | 1100000 | 110010 | 11111000 | 111101 | 1010000 | 0 | 11 | 11111110 | 1011101 | 111010 |
Color Harmonies of #6032F8
Complementary color
Monochromatic Colors of #6032F8
Black with #6032F8
Text Example
Text Example
White with #6032F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6032F8; }
p { color: rgb(96,50,248); }
H1.HeaderClassName
{
color: #6032F8;
}
.AnyTagClassName
{
color: #6032F8;
}
</style>
background-color css
<style>
a { background-color: #6032F8; }
a { background-color: rgb(96,50,248); }
div.DivClassName
{
background-color: #6032F8;
}
.BgClassName
{
background-color: #6032F8;
}
</style>
border-color css
<style>
span { border-color: #6032F8; }
span { border-color: rgb(96,50,248); }
td.TdClassName
{
border-color: #6032F8;
}
.TagClassName
{
border-color: #6032F8;
}
</style>