Html Css Color HEX #703089 Vivid Violet

📋 copy color: '#703089'

red 112 ◦ green 48 ◦ blue 137

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

Shades of Vivid Violet #703089

Tints of Vivid Violet #703089

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.16%

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

R = 37.71%
G = 16.16%
B = 46.13%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#703089 (or 0x703089) is known color: Vivid Violet. HEX triplet: 70, 30 and 89. RGB value is (112,48,137). Sum of RGB (Red+Green+Blue) = 112+48+137=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 48 (19.14% from 255 or 16.16% from 297); Blue value is 137 (53.91% from 255 or 46.13% from 297); Max value from RGB is 137 - color contains mainly: blue. Hex color #703089 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703089 is #8FCF76. Grayscale: #4C4C4C. Windows color (decimal): -9424759 or 8990832. OLE color: 8990832.

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

Color convert

RGB 112 48 137 -
CMYK 0.18 0.65 0 0.46
HSL 283.15º 0.48% 0.36% -
HSV(B) 283.15º 0.65% 0.54% -
XYZ 12.25 7.36 24.44 -
YUV 77.28 161.7 152.76 -
System Red Green Blue C M Y K H S L
Decimal 112 48 137 0.18 0.65 0 0.46 283.15 0.48 0.36
Hex 70 30 89 12 41 0 2E 11B 30 24
Octal 160 60 211 22 101 0 56 433 60 44
Binary 1110000 110000 10001001 10010 1000001 0 101110 100011011 110000 100100

Color Harmonies of #703089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703089

Black with #703089

Text Example


Text Example

White with #703089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703089; }

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

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

background-color css

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

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

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

border-color css

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

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

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