Html Css Color HEX #70189E Vivid Violet

📋 copy color: '#70189E'

red 112 ◦ green 24 ◦ blue 158

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

Shades of Vivid Violet #70189E

Tints of Vivid Violet #70189E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.16%

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

R = 38.1%
G = 8.16%
B = 53.74%

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

#70189E (or 0x70189E) is known color: Vivid Violet. HEX triplet: 70, 18 and 9E. RGB value is (112,24,158). Sum of RGB (Red+Green+Blue) = 112+24+158=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 158 (62.11% from 255 or 53.74% from 294); Max value from RGB is 158 - color contains mainly: blue. Hex color #70189E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70189E is #8FE761. Grayscale: #414141. Windows color (decimal): -9430882 or 10360944. OLE color: 10360944.

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

Color convert

RGB 112 24 158 -
CMYK 0.29 0.85 0 0.38
HSL 279.4º 0.74% 0.36% -
HSV(B) 279.4º 0.85% 0.62% -
XYZ 13.18 6.57 32.92 -
YUV 65.59 180.15 161.1 -
System Red Green Blue C M Y K H S L
Decimal 112 24 158 0.29 0.85 0 0.38 279.4 0.74 0.36
Hex 70 18 9E 1D 55 0 26 117 4A 24
Octal 160 30 236 35 125 0 46 427 112 44
Binary 1110000 11000 10011110 11101 1010101 0 100110 100010111 1001010 100100

Color Harmonies of #70189E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70189E

Black with #70189E

Text Example


Text Example

White with #70189E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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