Shades of Han Purple #6731FE
Tints of Han Purple #6731FE
RGB
CMYK
RGB Variations
Color information
#6731FE (or 0x6731FE) is known color: Han Purple. HEX triplet: 67, 31 and FE. RGB value is (103,49,254). Sum of RGB (Red+Green+Blue) = 103+49+254=406 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.37% from 406); Green value is 49 (19.53% from 255 or 12.07% from 406); Blue value is 254 (99.61% from 255 or 62.56% from 406); Max value from RGB is 254 - color contains mainly: blue. Hex color #6731FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6731FE is #98CE01. Grayscale: #575757. Windows color (decimal): -10014210 or 16658791. OLE color: 16658791.
HSL color Cylindrical-coordinate representation of color #6731FE: hue angle of 255.8º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6731FE is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 103 | 49 | 254 | - |
| CMYK | 0.59 | 0.81 | 0 | 0.00 |
| HSL | 255.8º | 0.99% | 0.59% | - |
| HSV(B) | 255.8º | 0.81% | 1% | - |
| XYZ | 24.58 | 12.24 | 94.83 | - |
| YUV | 88.52 | 221.39 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 49 | 254 | 0.59 | 0.81 | 0 | 0.00 | 255.8 | 0.99 | 0.59 |
| Hex | 67 | 31 | FE | 3B | 51 | 0 | 0 | 100 | 63 | 3B |
| Octal | 147 | 61 | 376 | 73 | 121 | 0 | 0 | 400 | 143 | 73 |
| Binary | 1100111 | 110001 | 11111110 | 111011 | 1010001 | 0 | 0 | 100000000 | 1100011 | 111011 |
Color Harmonies of #6731FE
Complementary color
Monochromatic Colors of #6731FE
Black with #6731FE
Text Example
Text Example
White with #6731FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6731FE; }
p { color: rgb(103,49,254); }
H1.HeaderClassName
{
color: #6731FE;
}
.AnyTagClassName
{
color: #6731FE;
}
</style>
background-color css
<style>
a { background-color: #6731FE; }
a { background-color: rgb(103,49,254); }
div.DivClassName
{
background-color: #6731FE;
}
.BgClassName
{
background-color: #6731FE;
}
</style>
border-color css
<style>
span { border-color: #6731FE; }
span { border-color: rgb(103,49,254); }
td.TdClassName
{
border-color: #6731FE;
}
.TagClassName
{
border-color: #6731FE;
}
</style>