Shades of Han Purple #6A1EEA
Tints of Han Purple #6A1EEA
RGB
CMYK
RGB Variations
Color information
#6A1EEA (or 0x6A1EEA) is known color: Han Purple. HEX triplet: 6A, 1E and EA. RGB value is (106,30,234). Sum of RGB (Red+Green+Blue) = 106+30+234=370 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.65% from 370); Green value is 30 (12.11% from 255 or 8.11% from 370); Blue value is 234 (91.80% from 255 or 63.24% from 370); Max value from RGB is 234 - color contains mainly: blue. Hex color #6A1EEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A1EEA is #95E115. Grayscale: #4B4B4B. Windows color (decimal): -9822486 or 15343210. OLE color: 15343210.
HSL color Cylindrical-coordinate representation of color #6A1EEA: hue angle of 262.35º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6A1EEA is Cyan = 0.55, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 106 | 30 | 234 | - |
| CMYK | 0.55 | 0.87 | 0 | 0.08 |
| HSL | 262.35º | 0.83% | 0.52% | - |
| HSV(B) | 262.35º | 0.87% | 0.92% | - |
| XYZ | 21.26 | 9.93 | 78.64 | - |
| YUV | 75.98 | 217.18 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 30 | 234 | 0.55 | 0.87 | 0 | 0.08 | 262.35 | 0.83 | 0.52 |
| Hex | 6A | 1E | EA | 37 | 57 | 0 | 8 | 106 | 53 | 34 |
| Octal | 152 | 36 | 352 | 67 | 127 | 0 | 10 | 406 | 123 | 64 |
| Binary | 1101010 | 11110 | 11101010 | 110111 | 1010111 | 0 | 1000 | 100000110 | 1010011 | 110100 |
Color Harmonies of #6A1EEA
Complementary color
Monochromatic Colors of #6A1EEA
Black with #6A1EEA
Text Example
Text Example
White with #6A1EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1EEA; }
p { color: rgb(106,30,234); }
H1.HeaderClassName
{
color: #6A1EEA;
}
.AnyTagClassName
{
color: #6A1EEA;
}
</style>
background-color css
<style>
a { background-color: #6A1EEA; }
a { background-color: rgb(106,30,234); }
div.DivClassName
{
background-color: #6A1EEA;
}
.BgClassName
{
background-color: #6A1EEA;
}
</style>
border-color css
<style>
span { border-color: #6A1EEA; }
span { border-color: rgb(106,30,234); }
td.TdClassName
{
border-color: #6A1EEA;
}
.TagClassName
{
border-color: #6A1EEA;
}
</style>