Html Css Color HEX #703293 Vivid Violet

📋 copy color: '#703293'

red 112 ◦ green 50 ◦ blue 147

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

Shades of Vivid Violet #703293

Tints of Vivid Violet #703293

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.18%

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

R = 36.25%
G = 16.18%
B = 47.57%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#703293 (or 0x703293) is known color: Vivid Violet. HEX triplet: 70, 32 and 93. RGB value is (112,50,147). Sum of RGB (Red+Green+Blue) = 112+50+147=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 147 (57.81% from 255 or 47.57% from 309); Max value from RGB is 147 - color contains mainly: blue. Hex color #703293 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703293 is #8FCD6C. Grayscale: #4F4F4F. Windows color (decimal): -9424237 or 9646704. OLE color: 9646704.

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

Color convert

RGB 112 50 147 -
CMYK 0.24 0.66 0 0.42
HSL 278.35º 0.49% 0.39% -
HSV(B) 278.35º 0.66% 0.58% -
XYZ 13.09 7.83 28.43 -
YUV 79.6 166.04 151.11 -
System Red Green Blue C M Y K H S L
Decimal 112 50 147 0.24 0.66 0 0.42 278.35 0.49 0.39
Hex 70 32 93 18 42 0 2A 116 31 27
Octal 160 62 223 30 102 0 52 426 61 47
Binary 1110000 110010 10010011 11000 1000010 0 101010 100010110 110001 100111

Color Harmonies of #703293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703293

Black with #703293

Text Example


Text Example

White with #703293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703293; }

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

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

background-color css

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

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

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

border-color css

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

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

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