Html Css Color HEX #70198F Vivid Violet

📋 copy color: '#70198F'

red 112 ◦ green 25 ◦ blue 143

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

Shades of Vivid Violet #70198F

Tints of Vivid Violet #70198F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 51.07%

R = 40%
G = 8.93%
B = 51.07%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#70198F (or 0x70198F) is known color: Vivid Violet. HEX triplet: 70, 19 and 8F. RGB value is (112,25,143). Sum of RGB (Red+Green+Blue) = 112+25+143=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 143 (56.25% from 255 or 51.07% from 280); Max value from RGB is 143 - color contains mainly: blue. Hex color #70198F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70198F is #8FE670. Grayscale: #404040. Windows color (decimal): -9430641 or 9378160. OLE color: 9378160.

HSL color Cylindrical-coordinate representation of color #70198F: hue angle of 284.24º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #70198F is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 25 143 -
CMYK 0.22 0.83 0 0.44
HSL 284.24º 0.7% 0.33% -
HSV(B) 284.24º 0.83% 0.56% -
XYZ 11.99 6.12 26.54 -
YUV 64.47 172.32 161.91 -
System Red Green Blue C M Y K H S L
Decimal 112 25 143 0.22 0.83 0 0.44 284.24 0.7 0.33
Hex 70 19 8F 16 53 0 2C 11C 46 21
Octal 160 31 217 26 123 0 54 434 106 41
Binary 1110000 11001 10001111 10110 1010011 0 101100 100011100 1000110 100001

Color Harmonies of #70198F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70198F

Black with #70198F

Text Example


Text Example

White with #70198F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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