Html Css Color HEX #70198B Vivid Violet

📋 copy color: '#70198B'

red 112 ◦ green 25 ◦ blue 139

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

Shades of Vivid Violet #70198B

Tints of Vivid Violet #70198B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 50.36%

R = 40.58%
G = 9.06%
B = 50.36%

CMYK

 C value IS 0.19

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70198B (or 0x70198B) is known color: Vivid Violet. HEX triplet: 70, 19 and 8B. RGB value is (112,25,139). Sum of RGB (Red+Green+Blue) = 112+25+139=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 139 (54.69% from 255 or 50.36% from 276); Max value from RGB is 139 - color contains mainly: blue. Hex color #70198B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70198B is #8FE674. Grayscale: #3F3F3F. Windows color (decimal): -9430645 or 9116016. OLE color: 9116016.

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

Color convert

RGB 112 25 139 -
CMYK 0.19 0.82 0 0.45
HSL 285.79º 0.7% 0.32% -
HSV(B) 285.79º 0.82% 0.55% -
XYZ 11.69 6 24.97 -
YUV 64.01 170.32 162.23 -
System Red Green Blue C M Y K H S L
Decimal 112 25 139 0.19 0.82 0 0.45 285.79 0.7 0.32
Hex 70 19 8B 13 52 0 2D 11E 46 20
Octal 160 31 213 23 122 0 55 436 106 40
Binary 1110000 11001 10001011 10011 1010010 0 101101 100011110 1000110 100000

Color Harmonies of #70198B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70198B

Black with #70198B

Text Example


Text Example

White with #70198B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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