Html Css Color HEX #703886 Vivid Violet

📋 copy color: '#703886'

red 112 ◦ green 56 ◦ blue 134

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

Shades of Vivid Violet #703886

Tints of Vivid Violet #703886

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.54%

 BLUE value IS 134 (52.73% from 255) = 44.37%

R = 37.09%
G = 18.54%
B = 44.37%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#703886 (or 0x703886) is known color: Vivid Violet. HEX triplet: 70, 38 and 86. RGB value is (112,56,134). Sum of RGB (Red+Green+Blue) = 112+56+134=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 134 (52.73% from 255 or 44.37% from 302); Max value from RGB is 134 - color contains mainly: blue. Hex color #703886 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703886 is #8FC779. Grayscale: #515151. Windows color (decimal): -9422714 or 8796272. OLE color: 8796272.

HSL color Cylindrical-coordinate representation of color #703886: hue angle of 283.08º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #703886 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 56 134 -
CMYK 0.16 0.58 0 0.47
HSL 283.08º 0.41% 0.37% -
HSV(B) 283.08º 0.58% 0.53% -
XYZ 12.4 7.99 23.44 -
YUV 81.64 157.55 149.66 -
System Red Green Blue C M Y K H S L
Decimal 112 56 134 0.16 0.58 0 0.47 283.08 0.41 0.37
Hex 70 38 86 10 3A 0 2F 11B 29 25
Octal 160 70 206 20 72 0 57 433 51 45
Binary 1110000 111000 10000110 10000 111010 0 101111 100011011 101001 100101

Color Harmonies of #703886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703886

Black with #703886

Text Example


Text Example

White with #703886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703886; }

 p { color: rgb(112,56,134); }

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

background-color css

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

 a { background-color: rgb(112,56,134); }

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

border-color css

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

 span { border-color: rgb(112,56,134); }

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