Html Css Color HEX #70179B Vivid Violet

📋 copy color: '#70179B'

red 112 ◦ green 23 ◦ blue 155

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

Shades of Vivid Violet #70179B

Tints of Vivid Violet #70179B

RGB

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

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

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

R = 38.62%
G = 7.93%
B = 53.45%

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

#70179B (or 0x70179B) is known color: Vivid Violet. HEX triplet: 70, 17 and 9B. RGB value is (112,23,155). Sum of RGB (Red+Green+Blue) = 112+23+155=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 155 (60.94% from 255 or 53.45% from 290); Max value from RGB is 155 - color contains mainly: blue. Hex color #70179B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70179B is #8FE864. Grayscale: #404040. Windows color (decimal): -9431141 or 10164080. OLE color: 10164080.

HSL color Cylindrical-coordinate representation of color #70179B: hue angle of 280.45º 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 #70179B is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 23 155 -
CMYK 0.28 0.85 0 0.39
HSL 280.45º 0.74% 0.35% -
HSV(B) 280.45º 0.85% 0.61% -
XYZ 12.9 6.42 31.57 -
YUV 64.66 178.99 161.77 -
System Red Green Blue C M Y K H S L
Decimal 112 23 155 0.28 0.85 0 0.39 280.45 0.74 0.35
Hex 70 17 9B 1C 55 0 27 118 4A 23
Octal 160 27 233 34 125 0 47 430 112 43
Binary 1110000 10111 10011011 11100 1010101 0 100111 100011000 1001010 100011

Color Harmonies of #70179B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70179B

Black with #70179B

Text Example


Text Example

White with #70179B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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