Shades of Han Purple #6F26FA
Tints of Han Purple #6F26FA
RGB
CMYK
RGB Variations
Color information
#6F26FA (or 0x6F26FA) is known color: Han Purple. HEX triplet: 6F, 26 and FA. RGB value is (111,38,250). Sum of RGB (Red+Green+Blue) = 111+38+250=399 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.82% from 399); Green value is 38 (15.23% from 255 or 9.52% from 399); Blue value is 250 (98.05% from 255 or 62.66% from 399); Max value from RGB is 250 - color contains mainly: blue. Hex color #6F26FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F26FA is #90D905. Grayscale: #535353. Windows color (decimal): -9492742 or 16393839. OLE color: 16393839.
HSL color Cylindrical-coordinate representation of color #6F26FA: hue angle of 260.66º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F26FA is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 38 | 250 | - |
| CMYK | 0.56 | 0.85 | 0 | 0.02 |
| HSL | 260.66º | 0.95% | 0.56% | - |
| HSV(B) | 260.66º | 0.85% | 0.98% | - |
| XYZ | 24.5 | 11.67 | 91.4 | - |
| YUV | 84 | 221.68 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 38 | 250 | 0.56 | 0.85 | 0 | 0.02 | 260.66 | 0.95 | 0.56 |
| Hex | 6F | 26 | FA | 38 | 55 | 0 | 2 | 105 | 5F | 38 |
| Octal | 157 | 46 | 372 | 70 | 125 | 0 | 2 | 405 | 137 | 70 |
| Binary | 1101111 | 100110 | 11111010 | 111000 | 1010101 | 0 | 10 | 100000101 | 1011111 | 111000 |
Color Harmonies of #6F26FA
Complementary color
Monochromatic Colors of #6F26FA
Black with #6F26FA
Text Example
Text Example
White with #6F26FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F26FA; }
p { color: rgb(111,38,250); }
H1.HeaderClassName
{
color: #6F26FA;
}
.AnyTagClassName
{
color: #6F26FA;
}
</style>
background-color css
<style>
a { background-color: #6F26FA; }
a { background-color: rgb(111,38,250); }
div.DivClassName
{
background-color: #6F26FA;
}
.BgClassName
{
background-color: #6F26FA;
}
</style>
border-color css
<style>
span { border-color: #6F26FA; }
span { border-color: rgb(111,38,250); }
td.TdClassName
{
border-color: #6F26FA;
}
.TagClassName
{
border-color: #6F26FA;
}
</style>