Html Css Color HEX #70179E Vivid Violet

📋 copy color: '#70179E'

red 112 ◦ green 23 ◦ blue 158

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

Shades of Vivid Violet #70179E

Tints of Vivid Violet #70179E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.85%

 BLUE value IS 158 (62.11% from 255) = 53.92%

R = 38.23%
G = 7.85%
B = 53.92%

CMYK

 C value IS 0.29

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70179E (or 0x70179E) is known color: Vivid Violet. HEX triplet: 70, 17 and 9E. RGB value is (112,23,158). Sum of RGB (Red+Green+Blue) = 112+23+158=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 23 (9.38% from 255 or 7.85% from 293); Blue value is 158 (62.11% from 255 or 53.92% from 293); Max value from RGB is 158 - color contains mainly: blue. Hex color #70179E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70179E is #8FE861. Grayscale: #404040. Windows color (decimal): -9431138 or 10360688. OLE color: 10360688.

HSL color Cylindrical-coordinate representation of color #70179E: hue angle of 279.56º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #70179E is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 23 158 -
CMYK 0.29 0.85 0 0.38
HSL 279.56º 0.75% 0.35% -
HSV(B) 279.56º 0.85% 0.62% -
XYZ 13.16 6.53 32.91 -
YUV 65 180.49 161.52 -
System Red Green Blue C M Y K H S L
Decimal 112 23 158 0.29 0.85 0 0.38 279.56 0.75 0.35
Hex 70 17 9E 1D 55 0 26 118 4B 23
Octal 160 27 236 35 125 0 46 430 113 43
Binary 1110000 10111 10011110 11101 1010101 0 100110 100011000 1001011 100011

Color Harmonies of #70179E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70179E

Black with #70179E

Text Example


Text Example

White with #70179E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70179E; }

 p { color: rgb(112,23,158); }

 H1.HeaderClassName
 {
   color: #70179E;
 }
 .AnyTagClassName
 {
   color: #70179E;
 }
</style>

background-color css

<style>
 a { background-color: #70179E; }

 a { background-color: rgb(112,23,158); }

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

border-color css

<style>
 span { border-color: #70179E; }

 span { border-color: rgb(112,23,158); }

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