Html Css Color HEX #703690 Vivid Violet

📋 copy color: '#703690'

red 112 ◦ green 54 ◦ blue 144

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

Shades of Vivid Violet #703690

Tints of Vivid Violet #703690

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.42%

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

R = 36.13%
G = 17.42%
B = 46.45%

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

#703690 (or 0x703690) is known color: Vivid Violet. HEX triplet: 70, 36 and 90. RGB value is (112,54,144). Sum of RGB (Red+Green+Blue) = 112+54+144=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 144 - color contains mainly: blue. Hex color #703690 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703690 is #8FC96F. Grayscale: #515151. Windows color (decimal): -9423216 or 9451120. OLE color: 9451120.

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

Color convert

RGB 112 54 144 -
CMYK 0.22 0.63 0 0.44
HSL 278.67º 0.45% 0.39% -
HSV(B) 278.67º 0.63% 0.56% -
XYZ 13.04 8.1 27.26 -
YUV 81.6 163.22 149.68 -
System Red Green Blue C M Y K H S L
Decimal 112 54 144 0.22 0.63 0 0.44 278.67 0.45 0.39
Hex 70 36 90 16 3F 0 2C 117 2D 27
Octal 160 66 220 26 77 0 54 427 55 47
Binary 1110000 110110 10010000 10110 111111 0 101100 100010111 101101 100111

Color Harmonies of #703690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703690

Black with #703690

Text Example


Text Example

White with #703690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703690; }

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

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

background-color css

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

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

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

border-color css

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

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

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