Shades of Vivid Violet #702B92
Tints of Vivid Violet #702B92
RGB
CMYK
RGB Variations
Color information
#702B92 (or 0x702B92) is known color: Vivid Violet. HEX triplet: 70, 2B and 92. RGB value is (112,43,146). Sum of RGB (Red+Green+Blue) = 112+43+146=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 43 (17.19% from 255 or 14.29% from 301); Blue value is 146 (57.42% from 255 or 48.50% from 301); Max value from RGB is 146 - color contains mainly: blue. Hex color #702B92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702B92 is #8FD46D. Grayscale: #4B4B4B. Windows color (decimal): -9426030 or 9579376. OLE color: 9579376.
HSL color Cylindrical-coordinate representation of color #702B92: hue angle of 280.19º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #702B92 is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 43 | 146 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.43 |
| HSL | 280.19º | 0.54% | 0.37% | - |
| HSV(B) | 280.19º | 0.71% | 0.57% | - |
| XYZ | 12.73 | 7.25 | 27.92 | - |
| YUV | 75.37 | 167.86 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 43 | 146 | 0.23 | 0.71 | 0 | 0.43 | 280.19 | 0.54 | 0.37 |
| Hex | 70 | 2B | 92 | 17 | 47 | 0 | 2B | 118 | 36 | 25 |
| Octal | 160 | 53 | 222 | 27 | 107 | 0 | 53 | 430 | 66 | 45 |
| Binary | 1110000 | 101011 | 10010010 | 10111 | 1000111 | 0 | 101011 | 100011000 | 110110 | 100101 |
Color Harmonies of #702B92
Complementary color
Monochromatic Colors of #702B92
Black with #702B92
Text Example
Text Example
White with #702B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702B92; }
p { color: rgb(112,43,146); }
H1.HeaderClassName
{
color: #702B92;
}
.AnyTagClassName
{
color: #702B92;
}
</style>
background-color css
<style>
a { background-color: #702B92; }
a { background-color: rgb(112,43,146); }
div.DivClassName
{
background-color: #702B92;
}
.BgClassName
{
background-color: #702B92;
}
</style>
border-color css
<style>
span { border-color: #702B92; }
span { border-color: rgb(112,43,146); }
td.TdClassName
{
border-color: #702B92;
}
.TagClassName
{
border-color: #702B92;
}
</style>