Shades of Han Purple #6F34FA
Tints of Han Purple #6F34FA
RGB
CMYK
RGB Variations
Color information
#6F34FA (or 0x6F34FA) is known color: Han Purple. HEX triplet: 6F, 34 and FA. RGB value is (111,52,250). Sum of RGB (Red+Green+Blue) = 111+52+250=413 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.88% from 413); Green value is 52 (20.70% from 255 or 12.59% from 413); Blue value is 250 (98.05% from 255 or 60.53% from 413); Max value from RGB is 250 - color contains mainly: blue. Hex color #6F34FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F34FA is #90CB05. Grayscale: #5B5B5B. Windows color (decimal): -9489158 or 16397423. OLE color: 16397423.
HSL color Cylindrical-coordinate representation of color #6F34FA: hue angle of 257.88º 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 #6F34FA is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 52 | 250 | - |
| CMYK | 0.56 | 0.79 | 0 | 0.02 |
| HSL | 257.88º | 0.95% | 0.59% | - |
| HSV(B) | 257.88º | 0.79% | 0.98% | - |
| XYZ | 25.04 | 12.74 | 91.58 | - |
| YUV | 92.21 | 217.05 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 52 | 250 | 0.56 | 0.79 | 0 | 0.02 | 257.88 | 0.95 | 0.59 |
| Hex | 6F | 34 | FA | 38 | 4F | 0 | 2 | 102 | 5F | 3B |
| Octal | 157 | 64 | 372 | 70 | 117 | 0 | 2 | 402 | 137 | 73 |
| Binary | 1101111 | 110100 | 11111010 | 111000 | 1001111 | 0 | 10 | 100000010 | 1011111 | 111011 |
Color Harmonies of #6F34FA
Complementary color
Monochromatic Colors of #6F34FA
Black with #6F34FA
Text Example
Text Example
White with #6F34FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F34FA; }
p { color: rgb(111,52,250); }
H1.HeaderClassName
{
color: #6F34FA;
}
.AnyTagClassName
{
color: #6F34FA;
}
</style>
background-color css
<style>
a { background-color: #6F34FA; }
a { background-color: rgb(111,52,250); }
div.DivClassName
{
background-color: #6F34FA;
}
.BgClassName
{
background-color: #6F34FA;
}
</style>
border-color css
<style>
span { border-color: #6F34FA; }
span { border-color: rgb(111,52,250); }
td.TdClassName
{
border-color: #6F34FA;
}
.TagClassName
{
border-color: #6F34FA;
}
</style>