Shades of Han Purple #6337F5
Tints of Han Purple #6337F5
RGB
CMYK
RGB Variations
Color information
#6337F5 (or 0x6337F5) is known color: Han Purple. HEX triplet: 63, 37 and F5. RGB value is (99,55,245). Sum of RGB (Red+Green+Blue) = 99+55+245=399 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.81% from 399); Green value is 55 (21.88% from 255 or 13.78% from 399); Blue value is 245 (96.09% from 255 or 61.40% from 399); Max value from RGB is 245 - color contains mainly: blue. Hex color #6337F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6337F5 is #9CC80A. Grayscale: #595959. Windows color (decimal): -10274827 or 16070499. OLE color: 16070499.
HSL color Cylindrical-coordinate representation of color #6337F5: hue angle of 253.89º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6337F5 is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 99 | 55 | 245 | - |
| CMYK | 0.60 | 0.78 | 0 | 0.04 |
| HSL | 253.89º | 0.9% | 0.59% | - |
| HSV(B) | 253.89º | 0.78% | 0.96% | - |
| XYZ | 22.99 | 11.98 | 87.49 | - |
| YUV | 89.82 | 215.58 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 55 | 245 | 0.60 | 0.78 | 0 | 0.04 | 253.89 | 0.9 | 0.59 |
| Hex | 63 | 37 | F5 | 3C | 4E | 0 | 4 | FE | 5A | 3B |
| Octal | 143 | 67 | 365 | 74 | 116 | 0 | 4 | 376 | 132 | 73 |
| Binary | 1100011 | 110111 | 11110101 | 111100 | 1001110 | 0 | 100 | 11111110 | 1011010 | 111011 |
Color Harmonies of #6337F5
Complementary color
Monochromatic Colors of #6337F5
Black with #6337F5
Text Example
Text Example
White with #6337F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6337F5; }
p { color: rgb(99,55,245); }
H1.HeaderClassName
{
color: #6337F5;
}
.AnyTagClassName
{
color: #6337F5;
}
</style>
background-color css
<style>
a { background-color: #6337F5; }
a { background-color: rgb(99,55,245); }
div.DivClassName
{
background-color: #6337F5;
}
.BgClassName
{
background-color: #6337F5;
}
</style>
border-color css
<style>
span { border-color: #6337F5; }
span { border-color: rgb(99,55,245); }
td.TdClassName
{
border-color: #6337F5;
}
.TagClassName
{
border-color: #6337F5;
}
</style>