Html Css Color HEX #703B8C Vivid Violet

📋 copy color: '#703B8C'

red 112 ◦ green 59 ◦ blue 140

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

Shades of Vivid Violet #703B8C

Tints of Vivid Violet #703B8C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.97%

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

R = 36.01%
G = 18.97%
B = 45.02%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#703B8C (or 0x703B8C) is known color: Vivid Violet. HEX triplet: 70, 3B and 8C. RGB value is (112,59,140). Sum of RGB (Red+Green+Blue) = 112+59+140=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 59 (23.44% from 255 or 18.97% from 311); Blue value is 140 (55.08% from 255 or 45.02% from 311); Max value from RGB is 140 - color contains mainly: blue. Hex color #703B8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703B8C is #8FC473. Grayscale: #535353. Windows color (decimal): -9421940 or 9190256. OLE color: 9190256.

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

Color convert

RGB 112 59 140 -
CMYK 0.20 0.58 0 0.45
HSL 279.26º 0.41% 0.39% -
HSV(B) 279.26º 0.58% 0.55% -
XYZ 12.98 8.47 25.76 -
YUV 84.08 159.56 147.91 -
System Red Green Blue C M Y K H S L
Decimal 112 59 140 0.20 0.58 0 0.45 279.26 0.41 0.39
Hex 70 3B 8C 14 3A 0 2D 117 29 27
Octal 160 73 214 24 72 0 55 427 51 47
Binary 1110000 111011 10001100 10100 111010 0 101101 100010111 101001 100111

Color Harmonies of #703B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703B8C

Black with #703B8C

Text Example


Text Example

White with #703B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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