Html Css Color HEX #703493 Vivid Violet

📋 copy color: '#703493'

red 112 ◦ green 52 ◦ blue 147

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

Shades of Vivid Violet #703493

Tints of Vivid Violet #703493

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.72%

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

R = 36.01%
G = 16.72%
B = 47.27%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#703493 (or 0x703493) is known color: Vivid Violet. HEX triplet: 70, 34 and 93. RGB value is (112,52,147). Sum of RGB (Red+Green+Blue) = 112+52+147=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 147 (57.81% from 255 or 47.27% from 311); Max value from RGB is 147 - color contains mainly: blue. Hex color #703493 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703493 is #8FCB6C. Grayscale: #505050. Windows color (decimal): -9423725 or 9647216. OLE color: 9647216.

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

Color convert

RGB 112 52 147 -
CMYK 0.24 0.65 0 0.42
HSL 277.89º 0.48% 0.39% -
HSV(B) 277.89º 0.65% 0.58% -
XYZ 13.18 8.01 28.45 -
YUV 80.77 165.38 150.28 -
System Red Green Blue C M Y K H S L
Decimal 112 52 147 0.24 0.65 0 0.42 277.89 0.48 0.39
Hex 70 34 93 18 41 0 2A 116 30 27
Octal 160 64 223 30 101 0 52 426 60 47
Binary 1110000 110100 10010011 11000 1000001 0 101010 100010110 110000 100111

Color Harmonies of #703493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703493

Black with #703493

Text Example


Text Example

White with #703493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703493; }

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

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

background-color css

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

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

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

border-color css

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

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

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