Shades of Han Purple #6D23FA
Tints of Han Purple #6D23FA
RGB
CMYK
RGB Variations
Color information
#6D23FA (or 0x6D23FA) is known color: Han Purple. HEX triplet: 6D, 23 and FA. RGB value is (109,35,250). Sum of RGB (Red+Green+Blue) = 109+35+250=394 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.66% from 394); Green value is 35 (14.06% from 255 or 8.88% from 394); Blue value is 250 (98.05% from 255 or 63.45% from 394); Max value from RGB is 250 - color contains mainly: blue. Hex color #6D23FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D23FA is #92DC05. Grayscale: #505050. Windows color (decimal): -9624582 or 16393069. OLE color: 16393069.
HSL color Cylindrical-coordinate representation of color #6D23FA: hue angle of 260.65º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6D23FA is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 35 | 250 | - |
| CMYK | 0.56 | 0.86 | 0 | 0.02 |
| HSL | 260.65º | 0.96% | 0.56% | - |
| HSV(B) | 260.65º | 0.86% | 0.98% | - |
| XYZ | 24.16 | 11.36 | 91.36 | - |
| YUV | 81.64 | 223.02 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 35 | 250 | 0.56 | 0.86 | 0 | 0.02 | 260.65 | 0.96 | 0.56 |
| Hex | 6D | 23 | FA | 38 | 56 | 0 | 2 | 105 | 60 | 38 |
| Octal | 155 | 43 | 372 | 70 | 126 | 0 | 2 | 405 | 140 | 70 |
| Binary | 1101101 | 100011 | 11111010 | 111000 | 1010110 | 0 | 10 | 100000101 | 1100000 | 111000 |
Color Harmonies of #6D23FA
Complementary color
Monochromatic Colors of #6D23FA
Black with #6D23FA
Text Example
Text Example
White with #6D23FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D23FA; }
p { color: rgb(109,35,250); }
H1.HeaderClassName
{
color: #6D23FA;
}
.AnyTagClassName
{
color: #6D23FA;
}
</style>
background-color css
<style>
a { background-color: #6D23FA; }
a { background-color: rgb(109,35,250); }
div.DivClassName
{
background-color: #6D23FA;
}
.BgClassName
{
background-color: #6D23FA;
}
</style>
border-color css
<style>
span { border-color: #6D23FA; }
span { border-color: rgb(109,35,250); }
td.TdClassName
{
border-color: #6D23FA;
}
.TagClassName
{
border-color: #6D23FA;
}
</style>