Html Css Color HEX #703193 Vivid Violet

📋 copy color: '#703193'

red 112 ◦ green 49 ◦ blue 147

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

Shades of Vivid Violet #703193

Tints of Vivid Violet #703193

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.91%

 BLUE value IS 147 (57.81% from 255) = 47.73%

R = 36.36%
G = 15.91%
B = 47.73%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#703193 (or 0x703193) is known color: Vivid Violet. HEX triplet: 70, 31 and 93. RGB value is (112,49,147). Sum of RGB (Red+Green+Blue) = 112+49+147=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 147 - color contains mainly: blue. Hex color #703193 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703193 is #8FCE6C. Grayscale: #4E4E4E. Windows color (decimal): -9424493 or 9646448. OLE color: 9646448.

HSL color Cylindrical-coordinate representation of color #703193: hue angle of 278.57º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #703193 is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 49 147 -
CMYK 0.24 0.67 0 0.42
HSL 278.57º 0.5% 0.38% -
HSV(B) 278.57º 0.67% 0.58% -
XYZ 13.05 7.75 28.41 -
YUV 79.01 166.37 151.53 -
System Red Green Blue C M Y K H S L
Decimal 112 49 147 0.24 0.67 0 0.42 278.57 0.5 0.38
Hex 70 31 93 18 43 0 2A 117 32 26
Octal 160 61 223 30 103 0 52 427 62 46
Binary 1110000 110001 10010011 11000 1000011 0 101010 100010111 110010 100110

Color Harmonies of #703193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703193

Black with #703193

Text Example


Text Example

White with #703193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703193; }

 p { color: rgb(112,49,147); }

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

background-color css

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

 a { background-color: rgb(112,49,147); }

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

border-color css

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

 span { border-color: rgb(112,49,147); }

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