Html Css Color HEX #703486 Vivid Violet

📋 copy color: '#703486'

red 112 ◦ green 52 ◦ blue 134

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

Shades of Vivid Violet #703486

Tints of Vivid Violet #703486

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.45%

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

R = 37.58%
G = 17.45%
B = 44.97%

CMYK

 C value IS 0.16

 M value IS 0.61

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#703486 (or 0x703486) is known color: Vivid Violet. HEX triplet: 70, 34 and 86. RGB value is (112,52,134). Sum of RGB (Red+Green+Blue) = 112+52+134=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 52 (20.70% from 255 or 17.45% from 298); Blue value is 134 (52.73% from 255 or 44.97% from 298); Max value from RGB is 134 - color contains mainly: blue. Hex color #703486 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703486 is #8FCB79. Grayscale: #4F4F4F. Windows color (decimal): -9423738 or 8795248. OLE color: 8795248.

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

Color convert

RGB 112 52 134 -
CMYK 0.16 0.61 0 0.47
HSL 283.9º 0.44% 0.36% -
HSV(B) 283.9º 0.61% 0.53% -
XYZ 12.21 7.62 23.38 -
YUV 79.29 158.88 151.33 -
System Red Green Blue C M Y K H S L
Decimal 112 52 134 0.16 0.61 0 0.47 283.9 0.44 0.36
Hex 70 34 86 10 3D 0 2F 11C 2C 24
Octal 160 64 206 20 75 0 57 434 54 44
Binary 1110000 110100 10000110 10000 111101 0 101111 100011100 101100 100100

Color Harmonies of #703486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703486

Black with #703486

Text Example


Text Example

White with #703486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703486; }

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

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

background-color css

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

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

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

border-color css

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

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

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