Html Css Color HEX #703190 Vivid Violet

📋 copy color: '#703190'

red 112 ◦ green 49 ◦ blue 144

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

Shades of Vivid Violet #703190

Tints of Vivid Violet #703190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 47.21%

R = 36.72%
G = 16.07%
B = 47.21%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#703190 (or 0x703190) is known color: Vivid Violet. HEX triplet: 70, 31 and 90. RGB value is (112,49,144). Sum of RGB (Red+Green+Blue) = 112+49+144=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 49 (19.53% from 255 or 16.07% from 305); Blue value is 144 (56.64% from 255 or 47.21% from 305); Max value from RGB is 144 - color contains mainly: blue. Hex color #703190 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703190 is #8FCE6F. Grayscale: #4E4E4E. Windows color (decimal): -9424496 or 9449840. OLE color: 9449840.

HSL color Cylindrical-coordinate representation of color #703190: hue angle of 279.79º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #703190 is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 49 144 -
CMYK 0.22 0.66 0 0.44
HSL 279.79º 0.49% 0.38% -
HSV(B) 279.79º 0.66% 0.56% -
XYZ 12.81 7.65 27.19 -
YUV 78.67 164.87 151.78 -
System Red Green Blue C M Y K H S L
Decimal 112 49 144 0.22 0.66 0 0.44 279.79 0.49 0.38
Hex 70 31 90 16 42 0 2C 118 31 26
Octal 160 61 220 26 102 0 54 430 61 46
Binary 1110000 110001 10010000 10110 1000010 0 101100 100011000 110001 100110

Color Harmonies of #703190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703190

Black with #703190

Text Example


Text Example

White with #703190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703190; }

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

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

background-color css

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

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

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

border-color css

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

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

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