Html Css Color HEX #703590 Vivid Violet

📋 copy color: '#703590'

red 112 ◦ green 53 ◦ blue 144

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

Shades of Vivid Violet #703590

Tints of Vivid Violet #703590

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.15%

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

R = 36.25%
G = 17.15%
B = 46.6%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#703590 (or 0x703590) is known color: Vivid Violet. HEX triplet: 70, 35 and 90. RGB value is (112,53,144). Sum of RGB (Red+Green+Blue) = 112+53+144=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 144 - color contains mainly: blue. Hex color #703590 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703590 is #8FCA6F. Grayscale: #505050. Windows color (decimal): -9423472 or 9450864. OLE color: 9450864.

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

Color convert

RGB 112 53 144 -
CMYK 0.22 0.63 0 0.44
HSL 278.9º 0.46% 0.39% -
HSV(B) 278.9º 0.63% 0.56% -
XYZ 12.99 8 27.25 -
YUV 81.02 163.55 150.1 -
System Red Green Blue C M Y K H S L
Decimal 112 53 144 0.22 0.63 0 0.44 278.9 0.46 0.39
Hex 70 35 90 16 3F 0 2C 117 2E 27
Octal 160 65 220 26 77 0 54 427 56 47
Binary 1110000 110101 10010000 10110 111111 0 101100 100010111 101110 100111

Color Harmonies of #703590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703590

Black with #703590

Text Example


Text Example

White with #703590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703590; }

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

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

background-color css

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

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

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

border-color css

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

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

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