Html Css Color HEX #703289 Vivid Violet

📋 copy color: '#703289'

red 112 ◦ green 50 ◦ blue 137

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

Shades of Vivid Violet #703289

Tints of Vivid Violet #703289

RGB

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

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

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

R = 37.46%
G = 16.72%
B = 45.82%

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

#703289 (or 0x703289) is known color: Vivid Violet. HEX triplet: 70, 32 and 89. RGB value is (112,50,137). Sum of RGB (Red+Green+Blue) = 112+50+137=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 137 (53.91% from 255 or 45.82% from 299); Max value from RGB is 137 - color contains mainly: blue. Hex color #703289 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703289 is #8FCD76. Grayscale: #4E4E4E. Windows color (decimal): -9424247 or 8991344. OLE color: 8991344.

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

Color convert

RGB 112 50 137 -
CMYK 0.18 0.64 0 0.46
HSL 282.76º 0.47% 0.37% -
HSV(B) 282.76º 0.64% 0.54% -
XYZ 12.34 7.53 24.47 -
YUV 78.46 161.04 151.93 -
System Red Green Blue C M Y K H S L
Decimal 112 50 137 0.18 0.64 0 0.46 282.76 0.47 0.37
Hex 70 32 89 12 40 0 2E 11B 2F 25
Octal 160 62 211 22 100 0 56 433 57 45
Binary 1110000 110010 10001001 10010 1000000 0 101110 100011011 101111 100101

Color Harmonies of #703289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703289

Black with #703289

Text Example


Text Example

White with #703289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703289; }

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

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

background-color css

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

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

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

border-color css

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

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

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