Shades of Han Purple #6E23FC
Tints of Han Purple #6E23FC
RGB
CMYK
RGB Variations
Color information
#6E23FC (or 0x6E23FC) is known color: Han Purple. HEX triplet: 6E, 23 and FC. RGB value is (110,35,252). Sum of RGB (Red+Green+Blue) = 110+35+252=397 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.71% from 397); Green value is 35 (14.06% from 255 or 8.82% from 397); Blue value is 252 (98.83% from 255 or 63.48% from 397); Max value from RGB is 252 - color contains mainly: blue. Hex color #6E23FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E23FC is #91DC03. Grayscale: #515151. Windows color (decimal): -9559044 or 16524142. OLE color: 16524142.
HSL color Cylindrical-coordinate representation of color #6E23FC: hue angle of 260.74º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6E23FC is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 35 | 252 | - |
| CMYK | 0.56 | 0.86 | 0 | 0.01 |
| HSL | 260.74º | 0.97% | 0.56% | - |
| HSV(B) | 260.74º | 0.86% | 0.99% | - |
| XYZ | 24.6 | 11.55 | 93.03 | - |
| YUV | 82.16 | 223.85 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 35 | 252 | 0.56 | 0.86 | 0 | 0.01 | 260.74 | 0.97 | 0.56 |
| Hex | 6E | 23 | FC | 38 | 56 | 0 | 1 | 105 | 61 | 38 |
| Octal | 156 | 43 | 374 | 70 | 126 | 0 | 1 | 405 | 141 | 70 |
| Binary | 1101110 | 100011 | 11111100 | 111000 | 1010110 | 0 | 1 | 100000101 | 1100001 | 111000 |
Color Harmonies of #6E23FC
Complementary color
Monochromatic Colors of #6E23FC
Black with #6E23FC
Text Example
Text Example
White with #6E23FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E23FC; }
p { color: rgb(110,35,252); }
H1.HeaderClassName
{
color: #6E23FC;
}
.AnyTagClassName
{
color: #6E23FC;
}
</style>
background-color css
<style>
a { background-color: #6E23FC; }
a { background-color: rgb(110,35,252); }
div.DivClassName
{
background-color: #6E23FC;
}
.BgClassName
{
background-color: #6E23FC;
}
</style>
border-color css
<style>
span { border-color: #6E23FC; }
span { border-color: rgb(110,35,252); }
td.TdClassName
{
border-color: #6E23FC;
}
.TagClassName
{
border-color: #6E23FC;
}
</style>