Html Css Color HEX #70189D Vivid Violet

📋 copy color: '#70189D'

red 112 ◦ green 24 ◦ blue 157

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

Shades of Vivid Violet #70189D

Tints of Vivid Violet #70189D

RGB

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

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

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

R = 38.23%
G = 8.19%
B = 53.58%

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

#70189D (or 0x70189D) is known color: Vivid Violet. HEX triplet: 70, 18 and 9D. RGB value is (112,24,157). Sum of RGB (Red+Green+Blue) = 112+24+157=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 24 (9.77% from 255 or 8.19% from 293); Blue value is 157 (61.72% from 255 or 53.58% from 293); Max value from RGB is 157 - color contains mainly: blue. Hex color #70189D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70189D is #8FE762. Grayscale: #414141. Windows color (decimal): -9430883 or 10295408. OLE color: 10295408.

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

Color convert

RGB 112 24 157 -
CMYK 0.29 0.85 0 0.38
HSL 279.7º 0.73% 0.35% -
HSV(B) 279.7º 0.85% 0.62% -
XYZ 13.09 6.53 32.47 -
YUV 65.47 179.65 161.19 -
System Red Green Blue C M Y K H S L
Decimal 112 24 157 0.29 0.85 0 0.38 279.7 0.73 0.35
Hex 70 18 9D 1D 55 0 26 118 49 23
Octal 160 30 235 35 125 0 46 430 111 43
Binary 1110000 11000 10011101 11101 1010101 0 100110 100011000 1001001 100011

Color Harmonies of #70189D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70189D

Black with #70189D

Text Example


Text Example

White with #70189D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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