Html Css Color HEX #70199F Vivid Violet

📋 copy color: '#70199F'

red 112 ◦ green 25 ◦ blue 159

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

Shades of Vivid Violet #70199F

Tints of Vivid Violet #70199F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 53.72%

R = 37.84%
G = 8.45%
B = 53.72%

CMYK

 C value IS 0.30

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70199F (or 0x70199F) is known color: Vivid Violet. HEX triplet: 70, 19 and 9F. RGB value is (112,25,159). Sum of RGB (Red+Green+Blue) = 112+25+159=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 159 (62.5% from 255 or 53.72% from 296); Max value from RGB is 159 - color contains mainly: blue. Hex color #70199F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70199F is #8FE660. Grayscale: #414141. Windows color (decimal): -9430625 or 10426736. OLE color: 10426736.

HSL color Cylindrical-coordinate representation of color #70199F: hue angle of 278.96º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #70199F is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 25 159 -
CMYK 0.30 0.84 0 0.38
HSL 278.96º 0.73% 0.36% -
HSV(B) 278.96º 0.84% 0.62% -
XYZ 13.29 6.64 33.38 -
YUV 66.29 180.32 160.6 -
System Red Green Blue C M Y K H S L
Decimal 112 25 159 0.30 0.84 0 0.38 278.96 0.73 0.36
Hex 70 19 9F 1E 54 0 26 117 49 24
Octal 160 31 237 36 124 0 46 427 111 44
Binary 1110000 11001 10011111 11110 1010100 0 100110 100010111 1001001 100100

Color Harmonies of #70199F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70199F

Black with #70199F

Text Example


Text Example

White with #70199F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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