Shades of Han Purple #6D20FE
Tints of Han Purple #6D20FE
RGB
CMYK
RGB Variations
Color information
#6D20FE (or 0x6D20FE) is known color: Han Purple. HEX triplet: 6D, 20 and FE. RGB value is (109,32,254). Sum of RGB (Red+Green+Blue) = 109+32+254=395 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.59% from 395); Green value is 32 (12.89% from 255 or 8.10% from 395); Blue value is 254 (99.61% from 255 or 64.30% from 395); Max value from RGB is 254 - color contains mainly: blue. Hex color #6D20FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D20FE is #92DF01. Grayscale: #4F4F4F. Windows color (decimal): -9625346 or 16654445. OLE color: 16654445.
HSL color Cylindrical-coordinate representation of color #6D20FE: hue angle of 260.81º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6D20FE is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 109 | 32 | 254 | - |
| CMYK | 0.57 | 0.87 | 0 | 0.00 |
| HSL | 260.81º | 0.99% | 0.56% | - |
| HSV(B) | 260.81º | 0.87% | 1% | - |
| XYZ | 24.71 | 11.44 | 94.67 | - |
| YUV | 80.33 | 226.01 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 32 | 254 | 0.57 | 0.87 | 0 | 0.00 | 260.81 | 0.99 | 0.56 |
| Hex | 6D | 20 | FE | 39 | 57 | 0 | 0 | 105 | 63 | 38 |
| Octal | 155 | 40 | 376 | 71 | 127 | 0 | 0 | 405 | 143 | 70 |
| Binary | 1101101 | 100000 | 11111110 | 111001 | 1010111 | 0 | 0 | 100000101 | 1100011 | 111000 |
Color Harmonies of #6D20FE
Complementary color
Monochromatic Colors of #6D20FE
Black with #6D20FE
Text Example
Text Example
White with #6D20FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D20FE; }
p { color: rgb(109,32,254); }
H1.HeaderClassName
{
color: #6D20FE;
}
.AnyTagClassName
{
color: #6D20FE;
}
</style>
background-color css
<style>
a { background-color: #6D20FE; }
a { background-color: rgb(109,32,254); }
div.DivClassName
{
background-color: #6D20FE;
}
.BgClassName
{
background-color: #6D20FE;
}
</style>
border-color css
<style>
span { border-color: #6D20FE; }
span { border-color: rgb(109,32,254); }
td.TdClassName
{
border-color: #6D20FE;
}
.TagClassName
{
border-color: #6D20FE;
}
</style>