Shades of Han Purple #6F20FA
Tints of Han Purple #6F20FA
RGB
CMYK
RGB Variations
Color information
#6F20FA (or 0x6F20FA) is known color: Han Purple. HEX triplet: 6F, 20 and FA. RGB value is (111,32,250). Sum of RGB (Red+Green+Blue) = 111+32+250=393 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.24% from 393); Green value is 32 (12.89% from 255 or 8.14% from 393); Blue value is 250 (98.05% from 255 or 63.61% from 393); Max value from RGB is 250 - color contains mainly: blue. Hex color #6F20FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F20FA is #90DF05. Grayscale: #4F4F4F. Windows color (decimal): -9494278 or 16392303. OLE color: 16392303.
HSL color Cylindrical-coordinate representation of color #6F20FA: hue angle of 261.74º 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 #6F20FA is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 32 | 250 | - |
| CMYK | 0.56 | 0.87 | 0 | 0.02 |
| HSL | 261.74º | 0.96% | 0.55% | - |
| HSV(B) | 261.74º | 0.87% | 0.98% | - |
| XYZ | 24.33 | 11.31 | 91.34 | - |
| YUV | 80.47 | 223.67 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 32 | 250 | 0.56 | 0.87 | 0 | 0.02 | 261.74 | 0.96 | 0.55 |
| Hex | 6F | 20 | FA | 38 | 57 | 0 | 2 | 106 | 60 | 37 |
| Octal | 157 | 40 | 372 | 70 | 127 | 0 | 2 | 406 | 140 | 67 |
| Binary | 1101111 | 100000 | 11111010 | 111000 | 1010111 | 0 | 10 | 100000110 | 1100000 | 110111 |
Color Harmonies of #6F20FA
Complementary color
Monochromatic Colors of #6F20FA
Black with #6F20FA
Text Example
Text Example
White with #6F20FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F20FA; }
p { color: rgb(111,32,250); }
H1.HeaderClassName
{
color: #6F20FA;
}
.AnyTagClassName
{
color: #6F20FA;
}
</style>
background-color css
<style>
a { background-color: #6F20FA; }
a { background-color: rgb(111,32,250); }
div.DivClassName
{
background-color: #6F20FA;
}
.BgClassName
{
background-color: #6F20FA;
}
</style>
border-color css
<style>
span { border-color: #6F20FA; }
span { border-color: rgb(111,32,250); }
td.TdClassName
{
border-color: #6F20FA;
}
.TagClassName
{
border-color: #6F20FA;
}
</style>