Shades of Blue Violet #6F2FF2
Tints of Blue Violet #6F2FF2
RGB
CMYK
RGB Variations
Color information
#6F2FF2 (or 0x6F2FF2) is known color: Blue Violet. HEX triplet: 6F, 2F and F2. RGB value is (111,47,242). Sum of RGB (Red+Green+Blue) = 111+47+242=400 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.75% from 400); Green value is 47 (18.75% from 255 or 11.75% from 400); Blue value is 242 (94.92% from 255 or 60.5% from 400); Max value from RGB is 242 - color contains mainly: blue. Hex color #6F2FF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F2FF2 is #90D00D. Grayscale: #575757. Windows color (decimal): -9490446 or 15871855. OLE color: 15871855.
HSL color Cylindrical-coordinate representation of color #6F2FF2: hue angle of 259.69º 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 #6F2FF2 is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 111 | 47 | 242 | - |
| CMYK | 0.54 | 0.81 | 0 | 0.05 |
| HSL | 259.69º | 0.88% | 0.57% | - |
| HSV(B) | 259.69º | 0.81% | 0.95% | - |
| XYZ | 23.6 | 11.82 | 85.04 | - |
| YUV | 88.37 | 214.7 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 47 | 242 | 0.54 | 0.81 | 0 | 0.05 | 259.69 | 0.88 | 0.57 |
| Hex | 6F | 2F | F2 | 36 | 51 | 0 | 5 | 104 | 58 | 39 |
| Octal | 157 | 57 | 362 | 66 | 121 | 0 | 5 | 404 | 130 | 71 |
| Binary | 1101111 | 101111 | 11110010 | 110110 | 1010001 | 0 | 101 | 100000100 | 1011000 | 111001 |
Color Harmonies of #6F2FF2
Complementary color
Monochromatic Colors of #6F2FF2
Black with #6F2FF2
Text Example
Text Example
White with #6F2FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2FF2; }
p { color: rgb(111,47,242); }
H1.HeaderClassName
{
color: #6F2FF2;
}
.AnyTagClassName
{
color: #6F2FF2;
}
</style>
background-color css
<style>
a { background-color: #6F2FF2; }
a { background-color: rgb(111,47,242); }
div.DivClassName
{
background-color: #6F2FF2;
}
.BgClassName
{
background-color: #6F2FF2;
}
</style>
border-color css
<style>
span { border-color: #6F2FF2; }
span { border-color: rgb(111,47,242); }
td.TdClassName
{
border-color: #6F2FF2;
}
.TagClassName
{
border-color: #6F2FF2;
}
</style>