Html Css Color HEX #70179C Vivid Violet

📋 copy color: '#70179C'

red 112 ◦ green 23 ◦ blue 156

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

Shades of Vivid Violet #70179C

Tints of Vivid Violet #70179C

RGB

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

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

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

R = 38.49%
G = 7.9%
B = 53.61%

CMYK

 C value IS 0.28

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#70179C (or 0x70179C) is known color: Vivid Violet. HEX triplet: 70, 17 and 9C. RGB value is (112,23,156). Sum of RGB (Red+Green+Blue) = 112+23+156=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 156 (61.33% from 255 or 53.61% from 291); Max value from RGB is 156 - color contains mainly: blue. Hex color #70179C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70179C is #8FE863. Grayscale: #404040. Windows color (decimal): -9431140 or 10229616. OLE color: 10229616.

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

Color convert

RGB 112 23 156 -
CMYK 0.28 0.85 0 0.39
HSL 280.15º 0.74% 0.35% -
HSV(B) 280.15º 0.85% 0.61% -
XYZ 12.99 6.46 32.01 -
YUV 64.77 179.49 161.69 -
System Red Green Blue C M Y K H S L
Decimal 112 23 156 0.28 0.85 0 0.39 280.15 0.74 0.35
Hex 70 17 9C 1C 55 0 27 118 4A 23
Octal 160 27 234 34 125 0 47 430 112 43
Binary 1110000 10111 10011100 11100 1010101 0 100111 100011000 1001010 100011

Color Harmonies of #70179C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70179C

Black with #70179C

Text Example


Text Example

White with #70179C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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