Html Css Color HEX #703A8C Vivid Violet

📋 copy color: '#703A8C'

red 112 ◦ green 58 ◦ blue 140

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

Shades of Vivid Violet #703A8C

Tints of Vivid Violet #703A8C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.71%

 BLUE value IS 140 (55.08% from 255) = 45.16%

R = 36.13%
G = 18.71%
B = 45.16%

CMYK

 C value IS 0.20

 M value IS 0.59

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#703A8C (or 0x703A8C) is known color: Vivid Violet. HEX triplet: 70, 3A and 8C. RGB value is (112,58,140). Sum of RGB (Red+Green+Blue) = 112+58+140=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 140 (55.08% from 255 or 45.16% from 310); Max value from RGB is 140 - color contains mainly: blue. Hex color #703A8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703A8C is #8FC573. Grayscale: #535353. Windows color (decimal): -9422196 or 9190000. OLE color: 9190000.

HSL color Cylindrical-coordinate representation of color #703A8C: hue angle of 279.51º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #703A8C is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 58 140 -
CMYK 0.20 0.59 0 0.45
HSL 279.51º 0.41% 0.39% -
HSV(B) 279.51º 0.59% 0.55% -
XYZ 12.93 8.36 25.74 -
YUV 83.49 159.89 148.33 -
System Red Green Blue C M Y K H S L
Decimal 112 58 140 0.20 0.59 0 0.45 279.51 0.41 0.39
Hex 70 3A 8C 14 3B 0 2D 118 29 27
Octal 160 72 214 24 73 0 55 430 51 47
Binary 1110000 111010 10001100 10100 111011 0 101101 100011000 101001 100111

Color Harmonies of #703A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703A8C

Black with #703A8C

Text Example


Text Example

White with #703A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703A8C; }

 p { color: rgb(112,58,140); }

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

background-color css

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

 a { background-color: rgb(112,58,140); }

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

border-color css

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

 span { border-color: rgb(112,58,140); }

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