Html Css Color HEX #703194 Vivid Violet

📋 copy color: '#703194'

red 112 ◦ green 49 ◦ blue 148

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

Shades of Vivid Violet #703194

Tints of Vivid Violet #703194

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.86%

 BLUE value IS 148 (58.2% from 255) = 47.9%

R = 36.25%
G = 15.86%
B = 47.9%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#703194 (or 0x703194) is known color: Vivid Violet. HEX triplet: 70, 31 and 94. RGB value is (112,49,148). Sum of RGB (Red+Green+Blue) = 112+49+148=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 148 (58.20% from 255 or 47.90% from 309); Max value from RGB is 148 - color contains mainly: blue. Hex color #703194 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703194 is #8FCE6B. Grayscale: #4E4E4E. Windows color (decimal): -9424492 or 9711984. OLE color: 9711984.

HSL color Cylindrical-coordinate representation of color #703194: hue angle of 278.18º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #703194 is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 49 148 -
CMYK 0.24 0.67 0 0.42
HSL 278.18º 0.5% 0.39% -
HSV(B) 278.18º 0.67% 0.58% -
XYZ 13.13 7.78 28.83 -
YUV 79.12 166.87 151.45 -
System Red Green Blue C M Y K H S L
Decimal 112 49 148 0.24 0.67 0 0.42 278.18 0.5 0.39
Hex 70 31 94 18 43 0 2A 116 32 27
Octal 160 61 224 30 103 0 52 426 62 47
Binary 1110000 110001 10010100 11000 1000011 0 101010 100010110 110010 100111

Color Harmonies of #703194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703194

Black with #703194

Text Example


Text Example

White with #703194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703194; }

 p { color: rgb(112,49,148); }

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

background-color css

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

 a { background-color: rgb(112,49,148); }

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

border-color css

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

 span { border-color: rgb(112,49,148); }

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