Shades of Han Purple #6331FF
Tints of Han Purple #6331FF
RGB
CMYK
RGB Variations
Color information
#6331FF (or 0x6331FF) is known color: Han Purple. HEX triplet: 63, 31 and FF. RGB value is (99,49,255). Sum of RGB (Red+Green+Blue) = 99+49+255=403 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.57% from 403); Green value is 49 (19.53% from 255 or 12.16% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #6331FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6331FF is #9CCE00. Grayscale: #565656. Windows color (decimal): -10276353 or 16724323. OLE color: 16724323.
HSL color Cylindrical-coordinate representation of color #6331FF: hue angle of 254.56º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6331FF is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 49 | 255 | - |
| CMYK | 0.61 | 0.81 | 0 | 0 |
| HSL | 254.56º | 1% | 0.6% | - |
| HSV(B) | 254.56º | 0.81% | 1% | - |
| XYZ | 24.29 | 12.07 | 95.66 | - |
| YUV | 87.43 | 222.57 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 49 | 255 | 0.61 | 0.81 | 0 | 0 | 254.56 | 1 | 0.6 |
| Hex | 63 | 31 | FF | 3D | 51 | 0 | 0 | FF | 64 | 3C |
| Octal | 143 | 61 | 377 | 75 | 121 | 0 | 0 | 377 | 144 | 74 |
| Binary | 1100011 | 110001 | 11111111 | 111101 | 1010001 | 0 | 0 | 11111111 | 1100100 | 111100 |
Color Harmonies of #6331FF
Complementary color
Monochromatic Colors of #6331FF
Black with #6331FF
Text Example
Text Example
White with #6331FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6331FF; }
p { color: rgb(99,49,255); }
H1.HeaderClassName
{
color: #6331FF;
}
.AnyTagClassName
{
color: #6331FF;
}
</style>
background-color css
<style>
a { background-color: #6331FF; }
a { background-color: rgb(99,49,255); }
div.DivClassName
{
background-color: #6331FF;
}
.BgClassName
{
background-color: #6331FF;
}
</style>
border-color css
<style>
span { border-color: #6331FF; }
span { border-color: rgb(99,49,255); }
td.TdClassName
{
border-color: #6331FF;
}
.TagClassName
{
border-color: #6331FF;
}
</style>