Shades of Han Purple #6431E6
Tints of Han Purple #6431E6
RGB
CMYK
RGB Variations
Color information
#6431E6 (or 0x6431E6) is known color: Han Purple. HEX triplet: 64, 31 and E6. RGB value is (100,49,230). Sum of RGB (Red+Green+Blue) = 100+49+230=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 49 (19.53% from 255 or 12.93% from 379); Blue value is 230 (90.23% from 255 or 60.69% from 379); Max value from RGB is 230 - color contains mainly: blue. Hex color #6431E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6431E6 is #9BCE19. Grayscale: #545454. Windows color (decimal): -10210842 or 15085924. OLE color: 15085924.
HSL color Cylindrical-coordinate representation of color #6431E6: hue angle of 256.91º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6431E6 is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 100 | 49 | 230 | - |
| CMYK | 0.57 | 0.79 | 0 | 0.10 |
| HSL | 256.91º | 0.78% | 0.55% | - |
| HSV(B) | 256.91º | 0.79% | 0.9% | - |
| XYZ | 20.64 | 10.62 | 75.82 | - |
| YUV | 84.88 | 209.9 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 49 | 230 | 0.57 | 0.79 | 0 | 0.10 | 256.91 | 0.78 | 0.55 |
| Hex | 64 | 31 | E6 | 39 | 4F | 0 | A | 101 | 4E | 37 |
| Octal | 144 | 61 | 346 | 71 | 117 | 0 | 12 | 401 | 116 | 67 |
| Binary | 1100100 | 110001 | 11100110 | 111001 | 1001111 | 0 | 1010 | 100000001 | 1001110 | 110111 |
Color Harmonies of #6431E6
Complementary color
Monochromatic Colors of #6431E6
Black with #6431E6
Text Example
Text Example
White with #6431E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6431E6; }
p { color: rgb(100,49,230); }
H1.HeaderClassName
{
color: #6431E6;
}
.AnyTagClassName
{
color: #6431E6;
}
</style>
background-color css
<style>
a { background-color: #6431E6; }
a { background-color: rgb(100,49,230); }
div.DivClassName
{
background-color: #6431E6;
}
.BgClassName
{
background-color: #6431E6;
}
</style>
border-color css
<style>
span { border-color: #6431E6; }
span { border-color: rgb(100,49,230); }
td.TdClassName
{
border-color: #6431E6;
}
.TagClassName
{
border-color: #6431E6;
}
</style>