Shades of Blue Violet #6F1FEA
Tints of Blue Violet #6F1FEA
RGB
CMYK
RGB Variations
Color information
#6F1FEA (or 0x6F1FEA) is known color: Blue Violet. HEX triplet: 6F, 1F and EA. RGB value is (111,31,234). Sum of RGB (Red+Green+Blue) = 111+31+234=376 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.52% from 376); Green value is 31 (12.5% from 255 or 8.24% from 376); Blue value is 234 (91.80% from 255 or 62.23% from 376); Max value from RGB is 234 - color contains mainly: blue. Hex color #6F1FEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F1FEA is #90E015. Grayscale: #4D4D4D. Windows color (decimal): -9494550 or 15343471. OLE color: 15343471.
HSL color Cylindrical-coordinate representation of color #6F1FEA: hue angle of 263.65º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6F1FEA is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 111 | 31 | 234 | - |
| CMYK | 0.53 | 0.87 | 0 | 0.08 |
| HSL | 263.65º | 0.83% | 0.52% | - |
| HSV(B) | 263.65º | 0.87% | 0.92% | - |
| XYZ | 21.9 | 10.3 | 78.68 | - |
| YUV | 78.06 | 216 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 31 | 234 | 0.53 | 0.87 | 0 | 0.08 | 263.65 | 0.83 | 0.52 |
| Hex | 6F | 1F | EA | 35 | 57 | 0 | 8 | 108 | 53 | 34 |
| Octal | 157 | 37 | 352 | 65 | 127 | 0 | 10 | 410 | 123 | 64 |
| Binary | 1101111 | 11111 | 11101010 | 110101 | 1010111 | 0 | 1000 | 100001000 | 1010011 | 110100 |
Color Harmonies of #6F1FEA
Complementary color
Monochromatic Colors of #6F1FEA
Black with #6F1FEA
Text Example
Text Example
White with #6F1FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1FEA; }
p { color: rgb(111,31,234); }
H1.HeaderClassName
{
color: #6F1FEA;
}
.AnyTagClassName
{
color: #6F1FEA;
}
</style>
background-color css
<style>
a { background-color: #6F1FEA; }
a { background-color: rgb(111,31,234); }
div.DivClassName
{
background-color: #6F1FEA;
}
.BgClassName
{
background-color: #6F1FEA;
}
</style>
border-color css
<style>
span { border-color: #6F1FEA; }
span { border-color: rgb(111,31,234); }
td.TdClassName
{
border-color: #6F1FEA;
}
.TagClassName
{
border-color: #6F1FEA;
}
</style>