Html Css Color HEX #703291 Vivid Violet

📋 copy color: '#703291'

red 112 ◦ green 50 ◦ blue 145

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

Shades of Vivid Violet #703291

Tints of Vivid Violet #703291

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.29%

 BLUE value IS 145 (57.03% from 255) = 47.23%

R = 36.48%
G = 16.29%
B = 47.23%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#703291 (or 0x703291) is known color: Vivid Violet. HEX triplet: 70, 32 and 91. RGB value is (112,50,145). Sum of RGB (Red+Green+Blue) = 112+50+145=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 145 (57.03% from 255 or 47.23% from 307); Max value from RGB is 145 - color contains mainly: blue. Hex color #703291 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703291 is #8FCD6E. Grayscale: #4F4F4F. Windows color (decimal): -9424239 or 9515632. OLE color: 9515632.

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

Color convert

RGB 112 50 145 -
CMYK 0.23 0.66 0 0.43
HSL 279.16º 0.49% 0.38% -
HSV(B) 279.16º 0.66% 0.57% -
XYZ 12.93 7.77 27.61 -
YUV 79.37 165.04 151.28 -
System Red Green Blue C M Y K H S L
Decimal 112 50 145 0.23 0.66 0 0.43 279.16 0.49 0.38
Hex 70 32 91 17 42 0 2B 117 31 26
Octal 160 62 221 27 102 0 53 427 61 46
Binary 1110000 110010 10010001 10111 1000010 0 101011 100010111 110001 100110

Color Harmonies of #703291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703291

Black with #703291

Text Example


Text Example

White with #703291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703291; }

 p { color: rgb(112,50,145); }

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

background-color css

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

 a { background-color: rgb(112,50,145); }

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

border-color css

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

 span { border-color: rgb(112,50,145); }

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