Shades of Han Purple #6A1FFD
Tints of Han Purple #6A1FFD
RGB
CMYK
RGB Variations
Color information
#6A1FFD (or 0x6A1FFD) is known color: Han Purple. HEX triplet: 6A, 1F and FD. RGB value is (106,31,253). Sum of RGB (Red+Green+Blue) = 106+31+253=390 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.18% from 390); Green value is 31 (12.5% from 255 or 7.95% from 390); Blue value is 253 (99.22% from 255 or 64.87% from 390); Max value from RGB is 253 - color contains mainly: blue. Hex color #6A1FFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A1FFD is #95E002. Grayscale: #4D4D4D. Windows color (decimal): -9822211 or 16588650. OLE color: 16588650.
HSL color Cylindrical-coordinate representation of color #6A1FFD: hue angle of 260.27º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6A1FFD is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 31 | 253 | - |
| CMYK | 0.58 | 0.88 | 0 | 0.01 |
| HSL | 260.27º | 0.98% | 0.56% | - |
| HSV(B) | 260.27º | 0.88% | 0.99% | - |
| XYZ | 24.16 | 11.14 | 93.8 | - |
| YUV | 78.73 | 226.35 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 31 | 253 | 0.58 | 0.88 | 0 | 0.01 | 260.27 | 0.98 | 0.56 |
| Hex | 6A | 1F | FD | 3A | 58 | 0 | 1 | 104 | 62 | 38 |
| Octal | 152 | 37 | 375 | 72 | 130 | 0 | 1 | 404 | 142 | 70 |
| Binary | 1101010 | 11111 | 11111101 | 111010 | 1011000 | 0 | 1 | 100000100 | 1100010 | 111000 |
Color Harmonies of #6A1FFD
Complementary color
Monochromatic Colors of #6A1FFD
Black with #6A1FFD
Text Example
Text Example
White with #6A1FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1FFD; }
p { color: rgb(106,31,253); }
H1.HeaderClassName
{
color: #6A1FFD;
}
.AnyTagClassName
{
color: #6A1FFD;
}
</style>
background-color css
<style>
a { background-color: #6A1FFD; }
a { background-color: rgb(106,31,253); }
div.DivClassName
{
background-color: #6A1FFD;
}
.BgClassName
{
background-color: #6A1FFD;
}
</style>
border-color css
<style>
span { border-color: #6A1FFD; }
span { border-color: rgb(106,31,253); }
td.TdClassName
{
border-color: #6A1FFD;
}
.TagClassName
{
border-color: #6A1FFD;
}
</style>