Shades of Han Purple #6A2FFD
Tints of Han Purple #6A2FFD
RGB
CMYK
RGB Variations
Color information
#6A2FFD (or 0x6A2FFD) is known color: Han Purple. HEX triplet: 6A, 2F and FD. RGB value is (106,47,253). Sum of RGB (Red+Green+Blue) = 106+47+253=406 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.11% from 406); Green value is 47 (18.75% from 255 or 11.58% from 406); Blue value is 253 (99.22% from 255 or 62.32% from 406); Max value from RGB is 253 - color contains mainly: blue. Hex color #6A2FFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A2FFD is #95D002. Grayscale: #575757. Windows color (decimal): -9818115 or 16592746. OLE color: 16592746.
HSL color Cylindrical-coordinate representation of color #6A2FFD: hue angle of 257.18º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6A2FFD is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 47 | 253 | - |
| CMYK | 0.58 | 0.81 | 0 | 0.01 |
| HSL | 257.18º | 0.98% | 0.59% | - |
| HSV(B) | 257.18º | 0.81% | 0.99% | - |
| XYZ | 24.69 | 12.19 | 93.98 | - |
| YUV | 88.13 | 221.05 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 47 | 253 | 0.58 | 0.81 | 0 | 0.01 | 257.18 | 0.98 | 0.59 |
| Hex | 6A | 2F | FD | 3A | 51 | 0 | 1 | 101 | 62 | 3B |
| Octal | 152 | 57 | 375 | 72 | 121 | 0 | 1 | 401 | 142 | 73 |
| Binary | 1101010 | 101111 | 11111101 | 111010 | 1010001 | 0 | 1 | 100000001 | 1100010 | 111011 |
Color Harmonies of #6A2FFD
Complementary color
Monochromatic Colors of #6A2FFD
Black with #6A2FFD
Text Example
Text Example
White with #6A2FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2FFD; }
p { color: rgb(106,47,253); }
H1.HeaderClassName
{
color: #6A2FFD;
}
.AnyTagClassName
{
color: #6A2FFD;
}
</style>
background-color css
<style>
a { background-color: #6A2FFD; }
a { background-color: rgb(106,47,253); }
div.DivClassName
{
background-color: #6A2FFD;
}
.BgClassName
{
background-color: #6A2FFD;
}
</style>
border-color css
<style>
span { border-color: #6A2FFD; }
span { border-color: rgb(106,47,253); }
td.TdClassName
{
border-color: #6A2FFD;
}
.TagClassName
{
border-color: #6A2FFD;
}
</style>