Html Css Color HEX #703290 Vivid Violet

📋 copy color: '#703290'

red 112 ◦ green 50 ◦ blue 144

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

Shades of Vivid Violet #703290

Tints of Vivid Violet #703290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 47.06%

R = 36.6%
G = 16.34%
B = 47.06%

CMYK

 C value IS 0.22

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#703290 (or 0x703290) is known color: Vivid Violet. HEX triplet: 70, 32 and 90. RGB value is (112,50,144). Sum of RGB (Red+Green+Blue) = 112+50+144=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 144 (56.64% from 255 or 47.06% from 306); Max value from RGB is 144 - color contains mainly: blue. Hex color #703290 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703290 is #8FCD6F. Grayscale: #4E4E4E. Windows color (decimal): -9424240 or 9450096. OLE color: 9450096.

HSL color Cylindrical-coordinate representation of color #703290: hue angle of 279.57º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #703290 is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 50 144 -
CMYK 0.22 0.65 0 0.44
HSL 279.57º 0.48% 0.38% -
HSV(B) 279.57º 0.65% 0.56% -
XYZ 12.86 7.74 27.2 -
YUV 79.25 164.54 151.36 -
System Red Green Blue C M Y K H S L
Decimal 112 50 144 0.22 0.65 0 0.44 279.57 0.48 0.38
Hex 70 32 90 16 41 0 2C 118 30 26
Octal 160 62 220 26 101 0 54 430 60 46
Binary 1110000 110010 10010000 10110 1000001 0 101100 100011000 110000 100110

Color Harmonies of #703290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703290

Black with #703290

Text Example


Text Example

White with #703290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703290; }

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

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

background-color css

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

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

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

border-color css

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

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

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