Html Css Color HEX #70179D Vivid Violet

📋 copy color: '#70179D'

red 112 ◦ green 23 ◦ blue 157

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

Shades of Vivid Violet #70179D

Tints of Vivid Violet #70179D

RGB

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

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

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

R = 38.36%
G = 7.88%
B = 53.77%

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

#70179D (or 0x70179D) is known color: Vivid Violet. HEX triplet: 70, 17 and 9D. RGB value is (112,23,157). Sum of RGB (Red+Green+Blue) = 112+23+157=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 23 (9.38% from 255 or 7.88% from 292); Blue value is 157 (61.72% from 255 or 53.77% from 292); Max value from RGB is 157 - color contains mainly: blue. Hex color #70179D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70179D is #8FE862. Grayscale: #404040. Windows color (decimal): -9431139 or 10295152. OLE color: 10295152.

HSL color Cylindrical-coordinate representation of color #70179D: hue angle of 279.85º degrees, saturation: 0.74, 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 #70179D is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 23 157 -
CMYK 0.29 0.85 0 0.38
HSL 279.85º 0.74% 0.35% -
HSV(B) 279.85º 0.85% 0.62% -
XYZ 13.07 6.49 32.46 -
YUV 64.89 179.99 161.6 -
System Red Green Blue C M Y K H S L
Decimal 112 23 157 0.29 0.85 0 0.38 279.85 0.74 0.35
Hex 70 17 9D 1D 55 0 26 118 4A 23
Octal 160 27 235 35 125 0 46 430 112 43
Binary 1110000 10111 10011101 11101 1010101 0 100110 100011000 1001010 100011

Color Harmonies of #70179D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70179D

Black with #70179D

Text Example


Text Example

White with #70179D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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