Shades of Blue Violet #6F2AF2
Tints of Blue Violet #6F2AF2
RGB
CMYK
RGB Variations
Color information
#6F2AF2 (or 0x6F2AF2) is known color: Blue Violet. HEX triplet: 6F, 2A and F2. RGB value is (111,42,242). Sum of RGB (Red+Green+Blue) = 111+42+242=395 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.10% from 395); Green value is 42 (16.80% from 255 or 10.63% from 395); Blue value is 242 (94.92% from 255 or 61.27% from 395); Max value from RGB is 242 - color contains mainly: blue. Hex color #6F2AF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F2AF2 is #90D50D. Grayscale: #545454. Windows color (decimal): -9491726 or 15870575. OLE color: 15870575.
HSL color Cylindrical-coordinate representation of color #6F2AF2: hue angle of 260.7º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6F2AF2 is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 111 | 42 | 242 | - |
| CMYK | 0.54 | 0.83 | 0 | 0.05 |
| HSL | 260.7º | 0.88% | 0.56% | - |
| HSV(B) | 260.7º | 0.83% | 0.95% | - |
| XYZ | 23.41 | 11.45 | 84.98 | - |
| YUV | 85.43 | 216.36 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 42 | 242 | 0.54 | 0.83 | 0 | 0.05 | 260.7 | 0.88 | 0.56 |
| Hex | 6F | 2A | F2 | 36 | 53 | 0 | 5 | 105 | 58 | 38 |
| Octal | 157 | 52 | 362 | 66 | 123 | 0 | 5 | 405 | 130 | 70 |
| Binary | 1101111 | 101010 | 11110010 | 110110 | 1010011 | 0 | 101 | 100000101 | 1011000 | 111000 |
Color Harmonies of #6F2AF2
Complementary color
Monochromatic Colors of #6F2AF2
Black with #6F2AF2
Text Example
Text Example
White with #6F2AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2AF2; }
p { color: rgb(111,42,242); }
H1.HeaderClassName
{
color: #6F2AF2;
}
.AnyTagClassName
{
color: #6F2AF2;
}
</style>
background-color css
<style>
a { background-color: #6F2AF2; }
a { background-color: rgb(111,42,242); }
div.DivClassName
{
background-color: #6F2AF2;
}
.BgClassName
{
background-color: #6F2AF2;
}
</style>
border-color css
<style>
span { border-color: #6F2AF2; }
span { border-color: rgb(111,42,242); }
td.TdClassName
{
border-color: #6F2AF2;
}
.TagClassName
{
border-color: #6F2AF2;
}
</style>