Html Css Color HEX #70199C Vivid Violet

📋 copy color: '#70199C'

red 112 ◦ green 25 ◦ blue 156

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

Shades of Vivid Violet #70199C

Tints of Vivid Violet #70199C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 53.24%

R = 38.23%
G = 8.53%
B = 53.24%

CMYK

 C value IS 0.28

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#70199C (or 0x70199C) is known color: Vivid Violet. HEX triplet: 70, 19 and 9C. RGB value is (112,25,156). Sum of RGB (Red+Green+Blue) = 112+25+156=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 25 (10.16% from 255 or 8.53% from 293); Blue value is 156 (61.33% from 255 or 53.24% from 293); Max value from RGB is 156 - color contains mainly: blue. Hex color #70199C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70199C is #8FE663. Grayscale: #414141. Windows color (decimal): -9430628 or 10230128. OLE color: 10230128.

HSL color Cylindrical-coordinate representation of color #70199C: hue angle of 279.85º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #70199C is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 25 156 -
CMYK 0.28 0.84 0 0.39
HSL 279.85º 0.72% 0.35% -
HSV(B) 279.85º 0.84% 0.61% -
XYZ 13.03 6.54 32.03 -
YUV 65.95 178.82 160.85 -
System Red Green Blue C M Y K H S L
Decimal 112 25 156 0.28 0.84 0 0.39 279.85 0.72 0.35
Hex 70 19 9C 1C 54 0 27 118 48 23
Octal 160 31 234 34 124 0 47 430 110 43
Binary 1110000 11001 10011100 11100 1010100 0 100111 100011000 1001000 100011

Color Harmonies of #70199C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70199C

Black with #70199C

Text Example


Text Example

White with #70199C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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