Html Css Color HEX #70119B Vivid Violet

📋 copy color: '#70119B'

red 112 ◦ green 17 ◦ blue 155

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

Shades of Vivid Violet #70119B

Tints of Vivid Violet #70119B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 54.58%

R = 39.44%
G = 5.99%
B = 54.58%

CMYK

 C value IS 0.28

 M value IS 0.89

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#70119B (or 0x70119B) is known color: Vivid Violet. HEX triplet: 70, 11 and 9B. RGB value is (112,17,155). Sum of RGB (Red+Green+Blue) = 112+17+155=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 155 (60.94% from 255 or 54.58% from 284); Max value from RGB is 155 - color contains mainly: blue. Hex color #70119B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70119B is #8FEE64. Grayscale: #3C3C3C. Windows color (decimal): -9432677 or 10162544. OLE color: 10162544.

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

Color convert

RGB 112 17 155 -
CMYK 0.28 0.89 0 0.39
HSL 281.3º 0.8% 0.34% -
HSV(B) 281.3º 0.89% 0.61% -
XYZ 12.8 6.21 31.53 -
YUV 61.14 180.97 164.28 -
System Red Green Blue C M Y K H S L
Decimal 112 17 155 0.28 0.89 0 0.39 281.3 0.8 0.34
Hex 70 11 9B 1C 59 0 27 119 50 22
Octal 160 21 233 34 131 0 47 431 120 42
Binary 1110000 10001 10011011 11100 1011001 0 100111 100011001 1010000 100010

Color Harmonies of #70119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70119B

Black with #70119B

Text Example


Text Example

White with #70119B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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