Shades of Han Purple #6431FF
Tints of Han Purple #6431FF
RGB
CMYK
RGB Variations
Color information
#6431FF (or 0x6431FF) is known color: Han Purple. HEX triplet: 64, 31 and FF. RGB value is (100,49,255). Sum of RGB (Red+Green+Blue) = 100+49+255=404 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.75% from 404); Green value is 49 (19.53% from 255 or 12.13% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #6431FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6431FF is #9BCE00. Grayscale: #565656. Windows color (decimal): -10210817 or 16724324. OLE color: 16724324.
HSL color Cylindrical-coordinate representation of color #6431FF: hue angle of 254.85º 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 #6431FF is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 49 | 255 | - |
| CMYK | 0.61 | 0.81 | 0 | 0 |
| HSL | 254.85º | 1% | 0.6% | - |
| HSV(B) | 254.85º | 0.81% | 1% | - |
| XYZ | 24.4 | 12.13 | 95.66 | - |
| YUV | 87.73 | 222.4 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 49 | 255 | 0.61 | 0.81 | 0 | 0 | 254.85 | 1 | 0.6 |
| Hex | 64 | 31 | FF | 3D | 51 | 0 | 0 | FF | 64 | 3C |
| Octal | 144 | 61 | 377 | 75 | 121 | 0 | 0 | 377 | 144 | 74 |
| Binary | 1100100 | 110001 | 11111111 | 111101 | 1010001 | 0 | 0 | 11111111 | 1100100 | 111100 |
Color Harmonies of #6431FF
Complementary color
Monochromatic Colors of #6431FF
Black with #6431FF
Text Example
Text Example
White with #6431FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6431FF; }
p { color: rgb(100,49,255); }
H1.HeaderClassName
{
color: #6431FF;
}
.AnyTagClassName
{
color: #6431FF;
}
</style>
background-color css
<style>
a { background-color: #6431FF; }
a { background-color: rgb(100,49,255); }
div.DivClassName
{
background-color: #6431FF;
}
.BgClassName
{
background-color: #6431FF;
}
</style>
border-color css
<style>
span { border-color: #6431FF; }
span { border-color: rgb(100,49,255); }
td.TdClassName
{
border-color: #6431FF;
}
.TagClassName
{
border-color: #6431FF;
}
</style>