Shades of Han Purple #6A20FB
Tints of Han Purple #6A20FB
RGB
CMYK
RGB Variations
Color information
#6A20FB (or 0x6A20FB) is known color: Han Purple. HEX triplet: 6A, 20 and FB. RGB value is (106,32,251). Sum of RGB (Red+Green+Blue) = 106+32+251=389 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.25% from 389); Green value is 32 (12.89% from 255 or 8.23% from 389); Blue value is 251 (98.44% from 255 or 64.52% from 389); Max value from RGB is 251 - color contains mainly: blue. Hex color #6A20FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A20FB is #95DF04. Grayscale: #4E4E4E. Windows color (decimal): -9821957 or 16457834. OLE color: 16457834.
HSL color Cylindrical-coordinate representation of color #6A20FB: hue angle of 260.27º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6A20FB is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 32 | 251 | - |
| CMYK | 0.58 | 0.87 | 0 | 0.02 |
| HSL | 260.27º | 0.96% | 0.55% | - |
| HSV(B) | 260.27º | 0.87% | 0.98% | - |
| XYZ | 23.87 | 11.06 | 92.14 | - |
| YUV | 79.09 | 225.02 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 32 | 251 | 0.58 | 0.87 | 0 | 0.02 | 260.27 | 0.96 | 0.55 |
| Hex | 6A | 20 | FB | 3A | 57 | 0 | 2 | 104 | 60 | 37 |
| Octal | 152 | 40 | 373 | 72 | 127 | 0 | 2 | 404 | 140 | 67 |
| Binary | 1101010 | 100000 | 11111011 | 111010 | 1010111 | 0 | 10 | 100000100 | 1100000 | 110111 |
Color Harmonies of #6A20FB
Complementary color
Monochromatic Colors of #6A20FB
Black with #6A20FB
Text Example
Text Example
White with #6A20FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A20FB; }
p { color: rgb(106,32,251); }
H1.HeaderClassName
{
color: #6A20FB;
}
.AnyTagClassName
{
color: #6A20FB;
}
</style>
background-color css
<style>
a { background-color: #6A20FB; }
a { background-color: rgb(106,32,251); }
div.DivClassName
{
background-color: #6A20FB;
}
.BgClassName
{
background-color: #6A20FB;
}
</style>
border-color css
<style>
span { border-color: #6A20FB; }
span { border-color: rgb(106,32,251); }
td.TdClassName
{
border-color: #6A20FB;
}
.TagClassName
{
border-color: #6A20FB;
}
</style>