Shades of Han Purple #6731EE
Tints of Han Purple #6731EE
RGB
CMYK
RGB Variations
Color information
#6731EE (or 0x6731EE) is known color: Han Purple. HEX triplet: 67, 31 and EE. RGB value is (103,49,238). Sum of RGB (Red+Green+Blue) = 103+49+238=390 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.41% from 390); Green value is 49 (19.53% from 255 or 12.56% from 390); Blue value is 238 (93.36% from 255 or 61.03% from 390); Max value from RGB is 238 - color contains mainly: blue. Hex color #6731EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6731EE is #98CE11. Grayscale: #555555. Windows color (decimal): -10014226 or 15610215. OLE color: 15610215.
HSL color Cylindrical-coordinate representation of color #6731EE: hue angle of 257.14º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6731EE is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 49 | 238 | - |
| CMYK | 0.57 | 0.79 | 0 | 0.07 |
| HSL | 257.14º | 0.85% | 0.56% | - |
| HSV(B) | 257.14º | 0.79% | 0.93% | - |
| XYZ | 22.12 | 11.25 | 81.89 | - |
| YUV | 86.69 | 213.39 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 49 | 238 | 0.57 | 0.79 | 0 | 0.07 | 257.14 | 0.85 | 0.56 |
| Hex | 67 | 31 | EE | 39 | 4F | 0 | 7 | 101 | 55 | 38 |
| Octal | 147 | 61 | 356 | 71 | 117 | 0 | 7 | 401 | 125 | 70 |
| Binary | 1100111 | 110001 | 11101110 | 111001 | 1001111 | 0 | 111 | 100000001 | 1010101 | 111000 |
Color Harmonies of #6731EE
Complementary color
Monochromatic Colors of #6731EE
Black with #6731EE
Text Example
Text Example
White with #6731EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6731EE; }
p { color: rgb(103,49,238); }
H1.HeaderClassName
{
color: #6731EE;
}
.AnyTagClassName
{
color: #6731EE;
}
</style>
background-color css
<style>
a { background-color: #6731EE; }
a { background-color: rgb(103,49,238); }
div.DivClassName
{
background-color: #6731EE;
}
.BgClassName
{
background-color: #6731EE;
}
</style>
border-color css
<style>
span { border-color: #6731EE; }
span { border-color: rgb(103,49,238); }
td.TdClassName
{
border-color: #6731EE;
}
.TagClassName
{
border-color: #6731EE;
}
</style>