Html Css Color HEX #70119F Vivid Violet

📋 copy color: '#70119F'

red 112 ◦ green 17 ◦ blue 159

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

Shades of Vivid Violet #70119F

Tints of Vivid Violet #70119F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 55.21%

R = 38.89%
G = 5.9%
B = 55.21%

CMYK

 C value IS 0.30

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70119F (or 0x70119F) is known color: Vivid Violet. HEX triplet: 70, 11 and 9F. RGB value is (112,17,159). Sum of RGB (Red+Green+Blue) = 112+17+159=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 159 (62.5% from 255 or 55.21% from 288); Max value from RGB is 159 - color contains mainly: blue. Hex color #70119F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70119F is #8FEE60. Grayscale: #3D3D3D. Windows color (decimal): -9432673 or 10424688. OLE color: 10424688.

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

Color convert

RGB 112 17 159 -
CMYK 0.30 0.89 0 0.38
HSL 280.14º 0.81% 0.35% -
HSV(B) 280.14º 0.89% 0.62% -
XYZ 13.14 6.35 33.33 -
YUV 61.59 182.97 163.95 -
System Red Green Blue C M Y K H S L
Decimal 112 17 159 0.30 0.89 0 0.38 280.14 0.81 0.35
Hex 70 11 9F 1E 59 0 26 118 51 23
Octal 160 21 237 36 131 0 46 430 121 43
Binary 1110000 10001 10011111 11110 1011001 0 100110 100011000 1010001 100011

Color Harmonies of #70119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70119F

Black with #70119F

Text Example


Text Example

White with #70119F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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