Html Css Color HEX #703490 Vivid Violet

📋 copy color: '#703490'

red 112 ◦ green 52 ◦ blue 144

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

Shades of Vivid Violet #703490

Tints of Vivid Violet #703490

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.88%

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

R = 36.36%
G = 16.88%
B = 46.75%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#703490 (or 0x703490) is known color: Vivid Violet. HEX triplet: 70, 34 and 90. RGB value is (112,52,144). Sum of RGB (Red+Green+Blue) = 112+52+144=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 144 - color contains mainly: blue. Hex color #703490 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703490 is #8FCB6F. Grayscale: #505050. Windows color (decimal): -9423728 or 9450608. OLE color: 9450608.

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

Color convert

RGB 112 52 144 -
CMYK 0.22 0.64 0 0.44
HSL 279.13º 0.47% 0.38% -
HSV(B) 279.13º 0.64% 0.56% -
XYZ 12.94 7.91 27.23 -
YUV 80.43 163.88 150.52 -
System Red Green Blue C M Y K H S L
Decimal 112 52 144 0.22 0.64 0 0.44 279.13 0.47 0.38
Hex 70 34 90 16 40 0 2C 117 2F 26
Octal 160 64 220 26 100 0 54 427 57 46
Binary 1110000 110100 10010000 10110 1000000 0 101100 100010111 101111 100110

Color Harmonies of #703490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703490

Black with #703490

Text Example


Text Example

White with #703490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703490; }

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

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

background-color css

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

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

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

border-color css

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

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

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