Shades of Han Purple #6934FA
Tints of Han Purple #6934FA
RGB
CMYK
RGB Variations
Color information
#6934FA (or 0x6934FA) is known color: Han Purple. HEX triplet: 69, 34 and FA. RGB value is (105,52,250). Sum of RGB (Red+Green+Blue) = 105+52+250=407 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.80% from 407); Green value is 52 (20.70% from 255 or 12.78% from 407); Blue value is 250 (98.05% from 255 or 61.43% from 407); Max value from RGB is 250 - color contains mainly: blue. Hex color #6934FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6934FA is #96CB05. Grayscale: #595959. Windows color (decimal): -9882374 or 16397417. OLE color: 16397417.
HSL color Cylindrical-coordinate representation of color #6934FA: hue angle of 256.06º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6934FA is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 52 | 250 | - |
| CMYK | 0.58 | 0.79 | 0 | 0.02 |
| HSL | 256.06º | 0.95% | 0.59% | - |
| HSV(B) | 256.06º | 0.79% | 0.98% | - |
| XYZ | 24.31 | 12.36 | 91.55 | - |
| YUV | 90.42 | 218.06 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 52 | 250 | 0.58 | 0.79 | 0 | 0.02 | 256.06 | 0.95 | 0.59 |
| Hex | 69 | 34 | FA | 3A | 4F | 0 | 2 | 100 | 5F | 3B |
| Octal | 151 | 64 | 372 | 72 | 117 | 0 | 2 | 400 | 137 | 73 |
| Binary | 1101001 | 110100 | 11111010 | 111010 | 1001111 | 0 | 10 | 100000000 | 1011111 | 111011 |
Color Harmonies of #6934FA
Complementary color
Monochromatic Colors of #6934FA
Black with #6934FA
Text Example
Text Example
White with #6934FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6934FA; }
p { color: rgb(105,52,250); }
H1.HeaderClassName
{
color: #6934FA;
}
.AnyTagClassName
{
color: #6934FA;
}
</style>
background-color css
<style>
a { background-color: #6934FA; }
a { background-color: rgb(105,52,250); }
div.DivClassName
{
background-color: #6934FA;
}
.BgClassName
{
background-color: #6934FA;
}
</style>
border-color css
<style>
span { border-color: #6934FA; }
span { border-color: rgb(105,52,250); }
td.TdClassName
{
border-color: #6934FA;
}
.TagClassName
{
border-color: #6934FA;
}
</style>