Shades of Han Purple #6933FA
Tints of Han Purple #6933FA
RGB
CMYK
RGB Variations
Color information
#6933FA (or 0x6933FA) is known color: Han Purple. HEX triplet: 69, 33 and FA. RGB value is (105,51,250). Sum of RGB (Red+Green+Blue) = 105+51+250=406 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.86% from 406); Green value is 51 (20.31% from 255 or 12.56% from 406); Blue value is 250 (98.05% from 255 or 61.58% from 406); Max value from RGB is 250 - color contains mainly: blue. Hex color #6933FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6933FA is #96CC05. Grayscale: #595959. Windows color (decimal): -9882630 or 16397161. OLE color: 16397161.
HSL color Cylindrical-coordinate representation of color #6933FA: hue angle of 256.28º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6933FA is Cyan = 0.58, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 51 | 250 | - |
| CMYK | 0.58 | 0.80 | 0 | 0.02 |
| HSL | 256.28º | 0.95% | 0.59% | - |
| HSV(B) | 256.28º | 0.8% | 0.98% | - |
| XYZ | 24.26 | 12.27 | 91.53 | - |
| YUV | 89.83 | 218.39 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 51 | 250 | 0.58 | 0.80 | 0 | 0.02 | 256.28 | 0.95 | 0.59 |
| Hex | 69 | 33 | FA | 3A | 50 | 0 | 2 | 100 | 5F | 3B |
| Octal | 151 | 63 | 372 | 72 | 120 | 0 | 2 | 400 | 137 | 73 |
| Binary | 1101001 | 110011 | 11111010 | 111010 | 1010000 | 0 | 10 | 100000000 | 1011111 | 111011 |
Color Harmonies of #6933FA
Complementary color
Monochromatic Colors of #6933FA
Black with #6933FA
Text Example
Text Example
White with #6933FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6933FA; }
p { color: rgb(105,51,250); }
H1.HeaderClassName
{
color: #6933FA;
}
.AnyTagClassName
{
color: #6933FA;
}
</style>
background-color css
<style>
a { background-color: #6933FA; }
a { background-color: rgb(105,51,250); }
div.DivClassName
{
background-color: #6933FA;
}
.BgClassName
{
background-color: #6933FA;
}
</style>
border-color css
<style>
span { border-color: #6933FA; }
span { border-color: rgb(105,51,250); }
td.TdClassName
{
border-color: #6933FA;
}
.TagClassName
{
border-color: #6933FA;
}
</style>