Shades of Han Purple #6A2DFD
Tints of Han Purple #6A2DFD
RGB
CMYK
RGB Variations
Color information
#6A2DFD (or 0x6A2DFD) is known color: Han Purple. HEX triplet: 6A, 2D and FD. RGB value is (106,45,253). Sum of RGB (Red+Green+Blue) = 106+45+253=404 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.24% from 404); Green value is 45 (17.97% from 255 or 11.14% from 404); Blue value is 253 (99.22% from 255 or 62.62% from 404); Max value from RGB is 253 - color contains mainly: blue. Hex color #6A2DFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A2DFD is #95D202. Grayscale: #565656. Windows color (decimal): -9818627 or 16592234. OLE color: 16592234.
HSL color Cylindrical-coordinate representation of color #6A2DFD: hue angle of 257.6º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6A2DFD is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 45 | 253 | - |
| CMYK | 0.58 | 0.82 | 0 | 0.01 |
| HSL | 257.6º | 0.98% | 0.58% | - |
| HSV(B) | 257.6º | 0.82% | 0.99% | - |
| XYZ | 24.61 | 12.03 | 93.95 | - |
| YUV | 86.95 | 221.71 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 45 | 253 | 0.58 | 0.82 | 0 | 0.01 | 257.6 | 0.98 | 0.58 |
| Hex | 6A | 2D | FD | 3A | 52 | 0 | 1 | 102 | 62 | 3A |
| Octal | 152 | 55 | 375 | 72 | 122 | 0 | 1 | 402 | 142 | 72 |
| Binary | 1101010 | 101101 | 11111101 | 111010 | 1010010 | 0 | 1 | 100000010 | 1100010 | 111010 |
Color Harmonies of #6A2DFD
Complementary color
Monochromatic Colors of #6A2DFD
Black with #6A2DFD
Text Example
Text Example
White with #6A2DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2DFD; }
p { color: rgb(106,45,253); }
H1.HeaderClassName
{
color: #6A2DFD;
}
.AnyTagClassName
{
color: #6A2DFD;
}
</style>
background-color css
<style>
a { background-color: #6A2DFD; }
a { background-color: rgb(106,45,253); }
div.DivClassName
{
background-color: #6A2DFD;
}
.BgClassName
{
background-color: #6A2DFD;
}
</style>
border-color css
<style>
span { border-color: #6A2DFD; }
span { border-color: rgb(106,45,253); }
td.TdClassName
{
border-color: #6A2DFD;
}
.TagClassName
{
border-color: #6A2DFD;
}
</style>