Shades of Han Purple #6C20FA
Tints of Han Purple #6C20FA
RGB
CMYK
RGB Variations
Color information
#6C20FA (or 0x6C20FA) is known color: Han Purple. HEX triplet: 6C, 20 and FA. RGB value is (108,32,250). Sum of RGB (Red+Green+Blue) = 108+32+250=390 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.69% from 390); Green value is 32 (12.89% from 255 or 8.21% from 390); Blue value is 250 (98.05% from 255 or 64.10% from 390); Max value from RGB is 250 - color contains mainly: blue. Hex color #6C20FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C20FA is #93DF05. Grayscale: #4E4E4E. Windows color (decimal): -9690886 or 16392300. OLE color: 16392300.
HSL color Cylindrical-coordinate representation of color #6C20FA: hue angle of 260.92º 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 #6C20FA is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 108 | 32 | 250 | - |
| CMYK | 0.57 | 0.87 | 0 | 0.02 |
| HSL | 260.92º | 0.96% | 0.55% | - |
| HSV(B) | 260.92º | 0.87% | 0.98% | - |
| XYZ | 23.96 | 11.12 | 91.33 | - |
| YUV | 79.58 | 224.18 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 32 | 250 | 0.57 | 0.87 | 0 | 0.02 | 260.92 | 0.96 | 0.55 |
| Hex | 6C | 20 | FA | 39 | 57 | 0 | 2 | 105 | 60 | 37 |
| Octal | 154 | 40 | 372 | 71 | 127 | 0 | 2 | 405 | 140 | 67 |
| Binary | 1101100 | 100000 | 11111010 | 111001 | 1010111 | 0 | 10 | 100000101 | 1100000 | 110111 |
Color Harmonies of #6C20FA
Complementary color
Monochromatic Colors of #6C20FA
Black with #6C20FA
Text Example
Text Example
White with #6C20FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C20FA; }
p { color: rgb(108,32,250); }
H1.HeaderClassName
{
color: #6C20FA;
}
.AnyTagClassName
{
color: #6C20FA;
}
</style>
background-color css
<style>
a { background-color: #6C20FA; }
a { background-color: rgb(108,32,250); }
div.DivClassName
{
background-color: #6C20FA;
}
.BgClassName
{
background-color: #6C20FA;
}
</style>
border-color css
<style>
span { border-color: #6C20FA; }
span { border-color: rgb(108,32,250); }
td.TdClassName
{
border-color: #6C20FA;
}
.TagClassName
{
border-color: #6C20FA;
}
</style>