Shades of Han Purple #6A23ED
Tints of Han Purple #6A23ED
RGB
CMYK
RGB Variations
Color information
#6A23ED (or 0x6A23ED) is known color: Han Purple. HEX triplet: 6A, 23 and ED. RGB value is (106,35,237). Sum of RGB (Red+Green+Blue) = 106+35+237=378 (50% of max value = 765). Red value is 106 (41.80% from 255 or 28.04% from 378); Green value is 35 (14.06% from 255 or 9.26% from 378); Blue value is 237 (92.97% from 255 or 62.70% from 378); Max value from RGB is 237 - color contains mainly: blue. Hex color #6A23ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A23ED is #95DC12. Grayscale: #4E4E4E. Windows color (decimal): -9821203 or 15541098. OLE color: 15541098.
HSL color Cylindrical-coordinate representation of color #6A23ED: hue angle of 261.09º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6A23ED is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 35 | 237 | - |
| CMYK | 0.55 | 0.85 | 0 | 0.07 |
| HSL | 261.09º | 0.85% | 0.53% | - |
| HSV(B) | 261.09º | 0.85% | 0.93% | - |
| XYZ | 21.83 | 10.38 | 80.97 | - |
| YUV | 79.26 | 217.02 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 35 | 237 | 0.55 | 0.85 | 0 | 0.07 | 261.09 | 0.85 | 0.53 |
| Hex | 6A | 23 | ED | 37 | 55 | 0 | 7 | 105 | 55 | 35 |
| Octal | 152 | 43 | 355 | 67 | 125 | 0 | 7 | 405 | 125 | 65 |
| Binary | 1101010 | 100011 | 11101101 | 110111 | 1010101 | 0 | 111 | 100000101 | 1010101 | 110101 |
Color Harmonies of #6A23ED
Complementary color
Monochromatic Colors of #6A23ED
Black with #6A23ED
Text Example
Text Example
White with #6A23ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A23ED; }
p { color: rgb(106,35,237); }
H1.HeaderClassName
{
color: #6A23ED;
}
.AnyTagClassName
{
color: #6A23ED;
}
</style>
background-color css
<style>
a { background-color: #6A23ED; }
a { background-color: rgb(106,35,237); }
div.DivClassName
{
background-color: #6A23ED;
}
.BgClassName
{
background-color: #6A23ED;
}
</style>
border-color css
<style>
span { border-color: #6A23ED; }
span { border-color: rgb(106,35,237); }
td.TdClassName
{
border-color: #6A23ED;
}
.TagClassName
{
border-color: #6A23ED;
}
</style>