Html Css Color HEX #703189 Vivid Violet

📋 copy color: '#703189'

red 112 ◦ green 49 ◦ blue 137

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

Shades of Vivid Violet #703189

Tints of Vivid Violet #703189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 45.97%

R = 37.58%
G = 16.44%
B = 45.97%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#703189 (or 0x703189) is known color: Vivid Violet. HEX triplet: 70, 31 and 89. RGB value is (112,49,137). Sum of RGB (Red+Green+Blue) = 112+49+137=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 137 (53.91% from 255 or 45.97% from 298); Max value from RGB is 137 - color contains mainly: blue. Hex color #703189 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703189 is #8FCE76. Grayscale: #4D4D4D. Windows color (decimal): -9424503 or 8991088. OLE color: 8991088.

HSL color Cylindrical-coordinate representation of color #703189: hue angle of 282.95º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #703189 is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 49 137 -
CMYK 0.18 0.64 0 0.46
HSL 282.95º 0.47% 0.36% -
HSV(B) 282.95º 0.64% 0.54% -
XYZ 12.3 7.45 24.46 -
YUV 77.87 161.37 152.34 -
System Red Green Blue C M Y K H S L
Decimal 112 49 137 0.18 0.64 0 0.46 282.95 0.47 0.36
Hex 70 31 89 12 40 0 2E 11B 2F 24
Octal 160 61 211 22 100 0 56 433 57 44
Binary 1110000 110001 10001001 10010 1000000 0 101110 100011011 101111 100100

Color Harmonies of #703189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703189

Black with #703189

Text Example


Text Example

White with #703189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703189; }

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

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

background-color css

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

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

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

border-color css

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

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

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