Shades of Han Purple #6A1FED
Tints of Han Purple #6A1FED
RGB
CMYK
RGB Variations
Color information
#6A1FED (or 0x6A1FED) is known color: Han Purple. HEX triplet: 6A, 1F and ED. RGB value is (106,31,237). Sum of RGB (Red+Green+Blue) = 106+31+237=374 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.34% from 374); Green value is 31 (12.5% from 255 or 8.29% from 374); Blue value is 237 (92.97% from 255 or 63.37% from 374); Max value from RGB is 237 - color contains mainly: blue. Hex color #6A1FED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A1FED is #95E012. Grayscale: #4C4C4C. Windows color (decimal): -9822227 or 15540074. OLE color: 15540074.
HSL color Cylindrical-coordinate representation of color #6A1FED: hue angle of 261.84º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6A1FED is Cyan = 0.55, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 31 | 237 | - |
| CMYK | 0.55 | 0.87 | 0 | 0.07 |
| HSL | 261.84º | 0.85% | 0.53% | - |
| HSV(B) | 261.84º | 0.87% | 0.93% | - |
| XYZ | 21.72 | 10.16 | 80.94 | - |
| YUV | 76.91 | 218.35 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 31 | 237 | 0.55 | 0.87 | 0 | 0.07 | 261.84 | 0.85 | 0.53 |
| Hex | 6A | 1F | ED | 37 | 57 | 0 | 7 | 106 | 55 | 35 |
| Octal | 152 | 37 | 355 | 67 | 127 | 0 | 7 | 406 | 125 | 65 |
| Binary | 1101010 | 11111 | 11101101 | 110111 | 1010111 | 0 | 111 | 100000110 | 1010101 | 110101 |
Color Harmonies of #6A1FED
Complementary color
Monochromatic Colors of #6A1FED
Black with #6A1FED
Text Example
Text Example
White with #6A1FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1FED; }
p { color: rgb(106,31,237); }
H1.HeaderClassName
{
color: #6A1FED;
}
.AnyTagClassName
{
color: #6A1FED;
}
</style>
background-color css
<style>
a { background-color: #6A1FED; }
a { background-color: rgb(106,31,237); }
div.DivClassName
{
background-color: #6A1FED;
}
.BgClassName
{
background-color: #6A1FED;
}
</style>
border-color css
<style>
span { border-color: #6A1FED; }
span { border-color: rgb(106,31,237); }
td.TdClassName
{
border-color: #6A1FED;
}
.TagClassName
{
border-color: #6A1FED;
}
</style>