Shades of Blue Violet #700FDA
Tints of Blue Violet #700FDA
RGB
CMYK
RGB Variations
Color information
#700FDA (or 0x700FDA) is known color: Blue Violet. HEX triplet: 70, 0F and DA. RGB value is (112,15,218). Sum of RGB (Red+Green+Blue) = 112+15+218=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 15 (6.25% from 255 or 4.35% from 345); Blue value is 218 (85.55% from 255 or 63.19% from 345); Max value from RGB is 218 - color contains mainly: blue. Hex color #700FDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700FDA is #8FF025. Grayscale: #424242. Windows color (decimal): -9433126 or 14290800. OLE color: 14290800.
HSL color Cylindrical-coordinate representation of color #700FDA: hue angle of 268.67º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #700FDA is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 15 | 218 | - |
| CMYK | 0.49 | 0.93 | 0 | 0.15 |
| HSL | 268.67º | 0.87% | 0.46% | - |
| HSV(B) | 268.67º | 0.93% | 0.85% | - |
| XYZ | 19.51 | 8.85 | 67.01 | - |
| YUV | 67.15 | 213.14 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 15 | 218 | 0.49 | 0.93 | 0 | 0.15 | 268.67 | 0.87 | 0.46 |
| Hex | 70 | F | DA | 31 | 5D | 0 | F | 10D | 57 | 2E |
| Octal | 160 | 17 | 332 | 61 | 135 | 0 | 17 | 415 | 127 | 56 |
| Binary | 1110000 | 1111 | 11011010 | 110001 | 1011101 | 0 | 1111 | 100001101 | 1010111 | 101110 |
Color Harmonies of #700FDA
Complementary color
Monochromatic Colors of #700FDA
Black with #700FDA
Text Example
Text Example
White with #700FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700FDA; }
p { color: rgb(112,15,218); }
H1.HeaderClassName
{
color: #700FDA;
}
.AnyTagClassName
{
color: #700FDA;
}
</style>
background-color css
<style>
a { background-color: #700FDA; }
a { background-color: rgb(112,15,218); }
div.DivClassName
{
background-color: #700FDA;
}
.BgClassName
{
background-color: #700FDA;
}
</style>
border-color css
<style>
span { border-color: #700FDA; }
span { border-color: rgb(112,15,218); }
td.TdClassName
{
border-color: #700FDA;
}
.TagClassName
{
border-color: #700FDA;
}
</style>