Html Css Color HEX #70119D Vivid Violet

📋 copy color: '#70119D'

red 112 ◦ green 17 ◦ blue 157

#70119D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #70119D

Tints of Vivid Violet #70119D

RGB

 RED value IS 112 (44.14% from 255) = 39.16%

 GREEN value IS 17 (7.03% from 255) = 5.94%

 BLUE value IS 157 (61.72% from 255) = 54.9%

R = 39.16%
G = 5.94%
B = 54.9%

CMYK

 C value IS 0.29

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#70119D (or 0x70119D) is known color: Vivid Violet. HEX triplet: 70, 11 and 9D. RGB value is (112,17,157). Sum of RGB (Red+Green+Blue) = 112+17+157=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 157 (61.72% from 255 or 54.90% from 286); Max value from RGB is 157 - color contains mainly: blue. Hex color #70119D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70119D is #8FEE62. Grayscale: #3C3C3C. Windows color (decimal): -9432675 or 10293616. OLE color: 10293616.

HSL color Cylindrical-coordinate representation of color #70119D: hue angle of 280.71º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #70119D is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 17 157 -
CMYK 0.29 0.89 0 0.38
HSL 280.71º 0.8% 0.34% -
HSV(B) 280.71º 0.89% 0.62% -
XYZ 12.97 6.28 32.43 -
YUV 61.37 181.97 164.12 -
System Red Green Blue C M Y K H S L
Decimal 112 17 157 0.29 0.89 0 0.38 280.71 0.8 0.34
Hex 70 11 9D 1D 59 0 26 119 50 22
Octal 160 21 235 35 131 0 46 431 120 42
Binary 1110000 10001 10011101 11101 1011001 0 100110 100011001 1010000 100010

Color Harmonies of #70119D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70119D

Black with #70119D

Text Example


Text Example

White with #70119D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70119D; }

 p { color: rgb(112,17,157); }

 H1.HeaderClassName
 {
   color: #70119D;
 }
 .AnyTagClassName
 {
   color: #70119D;
 }
</style>

background-color css

<style>
 a { background-color: #70119D; }

 a { background-color: rgb(112,17,157); }

 div.DivClassName
 {
   background-color: #70119D;
 }
 .BgClassName
 {
   background-color: #70119D;
 }
</style>

border-color css

<style>
 span { border-color: #70119D; }

 span { border-color: rgb(112,17,157); }

 td.TdClassName
 {
   border-color: #70119D;
 }
 .TagClassName
 {
   border-color: #70119D;
 }
</style>