Shades of Han Purple #6926FA
Tints of Han Purple #6926FA
RGB
CMYK
RGB Variations
Color information
#6926FA (or 0x6926FA) is known color: Han Purple. HEX triplet: 69, 26 and FA. RGB value is (105,38,250). Sum of RGB (Red+Green+Blue) = 105+38+250=393 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.72% from 393); Green value is 38 (15.23% from 255 or 9.67% 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 #6926FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6926FA is #96D905. Grayscale: #515151. Windows color (decimal): -9885958 or 16393833. OLE color: 16393833.
HSL color Cylindrical-coordinate representation of color #6926FA: hue angle of 258.96º 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 #6926FA is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 38 | 250 | - |
| CMYK | 0.58 | 0.85 | 0 | 0.02 |
| HSL | 258.96º | 0.95% | 0.56% | - |
| HSV(B) | 258.96º | 0.85% | 0.98% | - |
| XYZ | 23.77 | 11.29 | 91.37 | - |
| YUV | 82.2 | 222.7 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 38 | 250 | 0.58 | 0.85 | 0 | 0.02 | 258.96 | 0.95 | 0.56 |
| Hex | 69 | 26 | FA | 3A | 55 | 0 | 2 | 103 | 5F | 38 |
| Octal | 151 | 46 | 372 | 72 | 125 | 0 | 2 | 403 | 137 | 70 |
| Binary | 1101001 | 100110 | 11111010 | 111010 | 1010101 | 0 | 10 | 100000011 | 1011111 | 111000 |
Color Harmonies of #6926FA
Complementary color
Monochromatic Colors of #6926FA
Black with #6926FA
Text Example
Text Example
White with #6926FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6926FA; }
p { color: rgb(105,38,250); }
H1.HeaderClassName
{
color: #6926FA;
}
.AnyTagClassName
{
color: #6926FA;
}
</style>
background-color css
<style>
a { background-color: #6926FA; }
a { background-color: rgb(105,38,250); }
div.DivClassName
{
background-color: #6926FA;
}
.BgClassName
{
background-color: #6926FA;
}
</style>
border-color css
<style>
span { border-color: #6926FA; }
span { border-color: rgb(105,38,250); }
td.TdClassName
{
border-color: #6926FA;
}
.TagClassName
{
border-color: #6926FA;
}
</style>