Shades of Han Purple #6337FF
Tints of Han Purple #6337FF
RGB
CMYK
RGB Variations
Color information
#6337FF (or 0x6337FF) is known color: Han Purple. HEX triplet: 63, 37 and FF. RGB value is (99,55,255). Sum of RGB (Red+Green+Blue) = 99+55+255=409 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.21% from 409); Green value is 55 (21.88% from 255 or 13.45% from 409); Blue value is 255 (100% from 255 or 62.35% from 409); Max value from RGB is 255 - color contains mainly: blue. Hex color #6337FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6337FF is #9CC800. Grayscale: #5A5A5A. Windows color (decimal): -10274817 or 16725859. OLE color: 16725859.
HSL color Cylindrical-coordinate representation of color #6337FF: hue angle of 253.2º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6337FF is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 55 | 255 | - |
| CMYK | 0.61 | 0.78 | 0 | 0 |
| HSL | 253.2º | 1% | 0.61% | - |
| HSV(B) | 253.2º | 0.78% | 1% | - |
| XYZ | 24.56 | 12.61 | 95.75 | - |
| YUV | 90.96 | 220.58 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 55 | 255 | 0.61 | 0.78 | 0 | 0 | 253.2 | 1 | 0.61 |
| Hex | 63 | 37 | FF | 3D | 4E | 0 | 0 | FD | 64 | 3D |
| Octal | 143 | 67 | 377 | 75 | 116 | 0 | 0 | 375 | 144 | 75 |
| Binary | 1100011 | 110111 | 11111111 | 111101 | 1001110 | 0 | 0 | 11111101 | 1100100 | 111101 |
Color Harmonies of #6337FF
Complementary color
Monochromatic Colors of #6337FF
Black with #6337FF
Text Example
Text Example
White with #6337FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6337FF; }
p { color: rgb(99,55,255); }
H1.HeaderClassName
{
color: #6337FF;
}
.AnyTagClassName
{
color: #6337FF;
}
</style>
background-color css
<style>
a { background-color: #6337FF; }
a { background-color: rgb(99,55,255); }
div.DivClassName
{
background-color: #6337FF;
}
.BgClassName
{
background-color: #6337FF;
}
</style>
border-color css
<style>
span { border-color: #6337FF; }
span { border-color: rgb(99,55,255); }
td.TdClassName
{
border-color: #6337FF;
}
.TagClassName
{
border-color: #6337FF;
}
</style>