Shades of Han Purple #6A1DFE
Tints of Han Purple #6A1DFE
RGB
CMYK
RGB Variations
Color information
#6A1DFE (or 0x6A1DFE) is known color: Han Purple. HEX triplet: 6A, 1D and FE. RGB value is (106,29,254). Sum of RGB (Red+Green+Blue) = 106+29+254=389 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.25% from 389); Green value is 29 (11.72% from 255 or 7.46% from 389); Blue value is 254 (99.61% from 255 or 65.30% from 389); Max value from RGB is 254 - color contains mainly: blue. Hex color #6A1DFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A1DFE is #95E201. Grayscale: #4C4C4C. Windows color (decimal): -9822722 or 16653674. OLE color: 16653674.
HSL color Cylindrical-coordinate representation of color #6A1DFE: hue angle of 260.53º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6A1DFE is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 106 | 29 | 254 | - |
| CMYK | 0.58 | 0.89 | 0 | 0.00 |
| HSL | 260.53º | 0.99% | 0.55% | - |
| HSV(B) | 260.53º | 0.89% | 1% | - |
| XYZ | 24.27 | 11.1 | 94.63 | - |
| YUV | 77.67 | 227.51 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 29 | 254 | 0.58 | 0.89 | 0 | 0.00 | 260.53 | 0.99 | 0.55 |
| Hex | 6A | 1D | FE | 3A | 59 | 0 | 0 | 105 | 63 | 37 |
| Octal | 152 | 35 | 376 | 72 | 131 | 0 | 0 | 405 | 143 | 67 |
| Binary | 1101010 | 11101 | 11111110 | 111010 | 1011001 | 0 | 0 | 100000101 | 1100011 | 110111 |
Color Harmonies of #6A1DFE
Complementary color
Monochromatic Colors of #6A1DFE
Black with #6A1DFE
Text Example
Text Example
White with #6A1DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1DFE; }
p { color: rgb(106,29,254); }
H1.HeaderClassName
{
color: #6A1DFE;
}
.AnyTagClassName
{
color: #6A1DFE;
}
</style>
background-color css
<style>
a { background-color: #6A1DFE; }
a { background-color: rgb(106,29,254); }
div.DivClassName
{
background-color: #6A1DFE;
}
.BgClassName
{
background-color: #6A1DFE;
}
</style>
border-color css
<style>
span { border-color: #6A1DFE; }
span { border-color: rgb(106,29,254); }
td.TdClassName
{
border-color: #6A1DFE;
}
.TagClassName
{
border-color: #6A1DFE;
}
</style>