Shades of Han Purple #6A2DEB
Tints of Han Purple #6A2DEB
RGB
CMYK
RGB Variations
Color information
#6A2DEB (or 0x6A2DEB) is known color: Han Purple. HEX triplet: 6A, 2D and EB. RGB value is (106,45,235). Sum of RGB (Red+Green+Blue) = 106+45+235=386 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.46% from 386); Green value is 45 (17.97% from 255 or 11.66% from 386); Blue value is 235 (92.19% from 255 or 60.88% from 386); Max value from RGB is 235 - color contains mainly: blue. Hex color #6A2DEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A2DEB is #95D214. Grayscale: #545454. Windows color (decimal): -9818645 or 15412586. OLE color: 15412586.
HSL color Cylindrical-coordinate representation of color #6A2DEB: hue angle of 259.26º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6A2DEB is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 106 | 45 | 235 | - |
| CMYK | 0.55 | 0.81 | 0 | 0.08 |
| HSL | 259.26º | 0.83% | 0.55% | - |
| HSV(B) | 259.26º | 0.81% | 0.92% | - |
| XYZ | 21.88 | 10.94 | 79.56 | - |
| YUV | 84.9 | 212.71 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 45 | 235 | 0.55 | 0.81 | 0 | 0.08 | 259.26 | 0.83 | 0.55 |
| Hex | 6A | 2D | EB | 37 | 51 | 0 | 8 | 103 | 53 | 37 |
| Octal | 152 | 55 | 353 | 67 | 121 | 0 | 10 | 403 | 123 | 67 |
| Binary | 1101010 | 101101 | 11101011 | 110111 | 1010001 | 0 | 1000 | 100000011 | 1010011 | 110111 |
Color Harmonies of #6A2DEB
Complementary color
Monochromatic Colors of #6A2DEB
Black with #6A2DEB
Text Example
Text Example
White with #6A2DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2DEB; }
p { color: rgb(106,45,235); }
H1.HeaderClassName
{
color: #6A2DEB;
}
.AnyTagClassName
{
color: #6A2DEB;
}
</style>
background-color css
<style>
a { background-color: #6A2DEB; }
a { background-color: rgb(106,45,235); }
div.DivClassName
{
background-color: #6A2DEB;
}
.BgClassName
{
background-color: #6A2DEB;
}
</style>
border-color css
<style>
span { border-color: #6A2DEB; }
span { border-color: rgb(106,45,235); }
td.TdClassName
{
border-color: #6A2DEB;
}
.TagClassName
{
border-color: #6A2DEB;
}
</style>