Shades of Han Purple #6731ED
Tints of Han Purple #6731ED
RGB
CMYK
RGB Variations
Color information
#6731ED (or 0x6731ED) is known color: Han Purple. HEX triplet: 67, 31 and ED. RGB value is (103,49,237). Sum of RGB (Red+Green+Blue) = 103+49+237=389 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.48% from 389); Green value is 49 (19.53% from 255 or 12.60% from 389); Blue value is 237 (92.97% from 255 or 60.93% from 389); Max value from RGB is 237 - color contains mainly: blue. Hex color #6731ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6731ED is #98CE12. Grayscale: #555555. Windows color (decimal): -10014227 or 15544679. OLE color: 15544679.
HSL color Cylindrical-coordinate representation of color #6731ED: hue angle of 257.23º degrees, saturation: 0.84, 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 #6731ED is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 49 | 237 | - |
| CMYK | 0.57 | 0.79 | 0 | 0.07 |
| HSL | 257.23º | 0.84% | 0.56% | - |
| HSV(B) | 257.23º | 0.79% | 0.93% | - |
| XYZ | 21.98 | 11.19 | 81.12 | - |
| YUV | 86.58 | 212.89 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 49 | 237 | 0.57 | 0.79 | 0 | 0.07 | 257.23 | 0.84 | 0.56 |
| Hex | 67 | 31 | ED | 39 | 4F | 0 | 7 | 101 | 54 | 38 |
| Octal | 147 | 61 | 355 | 71 | 117 | 0 | 7 | 401 | 124 | 70 |
| Binary | 1100111 | 110001 | 11101101 | 111001 | 1001111 | 0 | 111 | 100000001 | 1010100 | 111000 |
Color Harmonies of #6731ED
Complementary color
Monochromatic Colors of #6731ED
Black with #6731ED
Text Example
Text Example
White with #6731ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6731ED; }
p { color: rgb(103,49,237); }
H1.HeaderClassName
{
color: #6731ED;
}
.AnyTagClassName
{
color: #6731ED;
}
</style>
background-color css
<style>
a { background-color: #6731ED; }
a { background-color: rgb(103,49,237); }
div.DivClassName
{
background-color: #6731ED;
}
.BgClassName
{
background-color: #6731ED;
}
</style>
border-color css
<style>
span { border-color: #6731ED; }
span { border-color: rgb(103,49,237); }
td.TdClassName
{
border-color: #6731ED;
}
.TagClassName
{
border-color: #6731ED;
}
</style>