Html Css Color HEX #70199D Vivid Violet

📋 copy color: '#70199D'

red 112 ◦ green 25 ◦ blue 157

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

Shades of Vivid Violet #70199D

Tints of Vivid Violet #70199D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.5%

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

R = 38.1%
G = 8.5%
B = 53.4%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70199D (or 0x70199D) is known color: Vivid Violet. HEX triplet: 70, 19 and 9D. RGB value is (112,25,157). Sum of RGB (Red+Green+Blue) = 112+25+157=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 157 (61.72% from 255 or 53.40% from 294); Max value from RGB is 157 - color contains mainly: blue. Hex color #70199D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70199D is #8FE662. Grayscale: #414141. Windows color (decimal): -9430627 or 10295664. OLE color: 10295664.

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

Color convert

RGB 112 25 157 -
CMYK 0.29 0.84 0 0.38
HSL 279.55º 0.73% 0.36% -
HSV(B) 279.55º 0.84% 0.62% -
XYZ 13.12 6.57 32.48 -
YUV 66.06 179.32 160.77 -
System Red Green Blue C M Y K H S L
Decimal 112 25 157 0.29 0.84 0 0.38 279.55 0.73 0.36
Hex 70 19 9D 1D 54 0 26 118 49 24
Octal 160 31 235 35 124 0 46 430 111 44
Binary 1110000 11001 10011101 11101 1010100 0 100110 100011000 1001001 100100

Color Harmonies of #70199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70199D

Black with #70199D

Text Example


Text Example

White with #70199D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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