Shades of Blue Violet #702FDF
Tints of Blue Violet #702FDF
RGB
CMYK
RGB Variations
Color information
#702FDF (or 0x702FDF) is known color: Blue Violet. HEX triplet: 70, 2F and DF. RGB value is (112,47,223). Sum of RGB (Red+Green+Blue) = 112+47+223=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 47 (18.75% from 255 or 12.30% from 382); Blue value is 223 (87.5% from 255 or 58.38% from 382); Max value from RGB is 223 - color contains mainly: blue. Hex color #702FDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702FDF is #8FD020. Grayscale: #555555. Windows color (decimal): -9424929 or 14626672. OLE color: 14626672.
HSL color Cylindrical-coordinate representation of color #702FDF: hue angle of 262.16º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #702FDF is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 47 | 223 | - |
| CMYK | 0.50 | 0.79 | 0 | 0.13 |
| HSL | 262.16º | 0.73% | 0.53% | - |
| HSV(B) | 262.16º | 0.79% | 0.87% | - |
| XYZ | 21.02 | 10.81 | 70.79 | - |
| YUV | 86.5 | 205.03 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 47 | 223 | 0.50 | 0.79 | 0 | 0.13 | 262.16 | 0.73 | 0.53 |
| Hex | 70 | 2F | DF | 32 | 4F | 0 | D | 106 | 49 | 35 |
| Octal | 160 | 57 | 337 | 62 | 117 | 0 | 15 | 406 | 111 | 65 |
| Binary | 1110000 | 101111 | 11011111 | 110010 | 1001111 | 0 | 1101 | 100000110 | 1001001 | 110101 |
Color Harmonies of #702FDF
Complementary color
Monochromatic Colors of #702FDF
Black with #702FDF
Text Example
Text Example
White with #702FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702FDF; }
p { color: rgb(112,47,223); }
H1.HeaderClassName
{
color: #702FDF;
}
.AnyTagClassName
{
color: #702FDF;
}
</style>
background-color css
<style>
a { background-color: #702FDF; }
a { background-color: rgb(112,47,223); }
div.DivClassName
{
background-color: #702FDF;
}
.BgClassName
{
background-color: #702FDF;
}
</style>
border-color css
<style>
span { border-color: #702FDF; }
span { border-color: rgb(112,47,223); }
td.TdClassName
{
border-color: #702FDF;
}
.TagClassName
{
border-color: #702FDF;
}
</style>