Shades of Vivid Violet #6F248B
Tints of Vivid Violet #6F248B
RGB
CMYK
RGB Variations
Color information
#6F248B (or 0x6F248B) is known color: Vivid Violet. HEX triplet: 6F, 24 and 8B. RGB value is (111,36,139). Sum of RGB (Red+Green+Blue) = 111+36+139=286 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.81% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #6F248B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F248B is #90DB74. Grayscale: #454545. Windows color (decimal): -9493365 or 9118831. OLE color: 9118831.
HSL color Cylindrical-coordinate representation of color #6F248B: hue angle of 283.69º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6F248B is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 36 | 139 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.45 |
| HSL | 283.69º | 0.59% | 0.34% | - |
| HSV(B) | 283.69º | 0.74% | 0.55% | - |
| XYZ | 11.85 | 6.51 | 25.06 | - |
| YUV | 70.17 | 166.85 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 36 | 139 | 0.20 | 0.74 | 0 | 0.45 | 283.69 | 0.59 | 0.34 |
| Hex | 6F | 24 | 8B | 14 | 4A | 0 | 2D | 11C | 3B | 22 |
| Octal | 157 | 44 | 213 | 24 | 112 | 0 | 55 | 434 | 73 | 42 |
| Binary | 1101111 | 100100 | 10001011 | 10100 | 1001010 | 0 | 101101 | 100011100 | 111011 | 100010 |
Color Harmonies of #6F248B
Complementary color
Monochromatic Colors of #6F248B
Black with #6F248B
Text Example
Text Example
White with #6F248B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F248B; }
p { color: rgb(111,36,139); }
H1.HeaderClassName
{
color: #6F248B;
}
.AnyTagClassName
{
color: #6F248B;
}
</style>
background-color css
<style>
a { background-color: #6F248B; }
a { background-color: rgb(111,36,139); }
div.DivClassName
{
background-color: #6F248B;
}
.BgClassName
{
background-color: #6F248B;
}
</style>
border-color css
<style>
span { border-color: #6F248B; }
span { border-color: rgb(111,36,139); }
td.TdClassName
{
border-color: #6F248B;
}
.TagClassName
{
border-color: #6F248B;
}
</style>