Shades of Blue Violet #6E2FF2
Tints of Blue Violet #6E2FF2
RGB
CMYK
RGB Variations
Color information
#6E2FF2 (or 0x6E2FF2) is known color: Blue Violet. HEX triplet: 6E, 2F and F2. RGB value is (110,47,242). Sum of RGB (Red+Green+Blue) = 110+47+242=399 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.57% from 399); Green value is 47 (18.75% from 255 or 11.78% from 399); Blue value is 242 (94.92% from 255 or 60.65% from 399); Max value from RGB is 242 - color contains mainly: blue. Hex color #6E2FF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E2FF2 is #91D00D. Grayscale: #575757. Windows color (decimal): -9555982 or 15871854. OLE color: 15871854.
HSL color Cylindrical-coordinate representation of color #6E2FF2: hue angle of 259.38º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6E2FF2 is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 110 | 47 | 242 | - |
| CMYK | 0.55 | 0.81 | 0 | 0.05 |
| HSL | 259.38º | 0.88% | 0.57% | - |
| HSV(B) | 259.38º | 0.81% | 0.95% | - |
| XYZ | 23.47 | 11.76 | 85.04 | - |
| YUV | 88.07 | 214.87 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 47 | 242 | 0.55 | 0.81 | 0 | 0.05 | 259.38 | 0.88 | 0.57 |
| Hex | 6E | 2F | F2 | 37 | 51 | 0 | 5 | 103 | 58 | 39 |
| Octal | 156 | 57 | 362 | 67 | 121 | 0 | 5 | 403 | 130 | 71 |
| Binary | 1101110 | 101111 | 11110010 | 110111 | 1010001 | 0 | 101 | 100000011 | 1011000 | 111001 |
Color Harmonies of #6E2FF2
Complementary color
Monochromatic Colors of #6E2FF2
Black with #6E2FF2
Text Example
Text Example
White with #6E2FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2FF2; }
p { color: rgb(110,47,242); }
H1.HeaderClassName
{
color: #6E2FF2;
}
.AnyTagClassName
{
color: #6E2FF2;
}
</style>
background-color css
<style>
a { background-color: #6E2FF2; }
a { background-color: rgb(110,47,242); }
div.DivClassName
{
background-color: #6E2FF2;
}
.BgClassName
{
background-color: #6E2FF2;
}
</style>
border-color css
<style>
span { border-color: #6E2FF2; }
span { border-color: rgb(110,47,242); }
td.TdClassName
{
border-color: #6E2FF2;
}
.TagClassName
{
border-color: #6E2FF2;
}
</style>