Html Css Color HEX #703090 Vivid Violet

📋 copy color: '#703090'

red 112 ◦ green 48 ◦ blue 144

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

Shades of Vivid Violet #703090

Tints of Vivid Violet #703090

RGB

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

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

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

R = 36.84%
G = 15.79%
B = 47.37%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#703090 (or 0x703090) is known color: Vivid Violet. HEX triplet: 70, 30 and 90. RGB value is (112,48,144). Sum of RGB (Red+Green+Blue) = 112+48+144=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 144 (56.64% from 255 or 47.37% from 304); Max value from RGB is 144 - color contains mainly: blue. Hex color #703090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703090 is #8FCF6F. Grayscale: #4D4D4D. Windows color (decimal): -9424752 or 9449584. OLE color: 9449584.

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

Color convert

RGB 112 48 144 -
CMYK 0.22 0.67 0 0.44
HSL 280º 0.5% 0.38% -
HSV(B) 280º 0.67% 0.56% -
XYZ 12.77 7.57 27.17 -
YUV 78.08 165.2 152.19 -
System Red Green Blue C M Y K H S L
Decimal 112 48 144 0.22 0.67 0 0.44 280 0.5 0.38
Hex 70 30 90 16 43 0 2C 118 32 26
Octal 160 60 220 26 103 0 54 430 62 46
Binary 1110000 110000 10010000 10110 1000011 0 101100 100011000 110010 100110

Color Harmonies of #703090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703090

Black with #703090

Text Example


Text Example

White with #703090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703090; }

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

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

background-color css

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

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

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

border-color css

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

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

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