Html Css Color HEX #70198D Vivid Violet

📋 copy color: '#70198D'

red 112 ◦ green 25 ◦ blue 141

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

Shades of Vivid Violet #70198D

Tints of Vivid Violet #70198D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.99%

 BLUE value IS 141 (55.47% from 255) = 50.72%

R = 40.29%
G = 8.99%
B = 50.72%

CMYK

 C value IS 0.21

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70198D (or 0x70198D) is known color: Vivid Violet. HEX triplet: 70, 19 and 8D. RGB value is (112,25,141). Sum of RGB (Red+Green+Blue) = 112+25+141=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 141 (55.47% from 255 or 50.72% from 278); Max value from RGB is 141 - color contains mainly: blue. Hex color #70198D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70198D is #8FE672. Grayscale: #3F3F3F. Windows color (decimal): -9430643 or 9247088. OLE color: 9247088.

HSL color Cylindrical-coordinate representation of color #70198D: hue angle of 285º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #70198D is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 25 141 -
CMYK 0.21 0.82 0 0.45
HSL 285º 0.7% 0.33% -
HSV(B) 285º 0.82% 0.55% -
XYZ 11.84 6.06 25.75 -
YUV 64.24 171.32 162.07 -
System Red Green Blue C M Y K H S L
Decimal 112 25 141 0.21 0.82 0 0.45 285 0.7 0.33
Hex 70 19 8D 15 52 0 2D 11D 46 21
Octal 160 31 215 25 122 0 55 435 106 41
Binary 1110000 11001 10001101 10101 1010010 0 101101 100011101 1000110 100001

Color Harmonies of #70198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70198D

Black with #70198D

Text Example


Text Example

White with #70198D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,25,141); }

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

background-color css

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

 a { background-color: rgb(112,25,141); }

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

border-color css

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

 span { border-color: rgb(112,25,141); }

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