Html Css Color HEX #703188 Vivid Violet

📋 copy color: '#703188'

red 112 ◦ green 49 ◦ blue 136

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

Shades of Vivid Violet #703188

Tints of Vivid Violet #703188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 45.79%

R = 37.71%
G = 16.5%
B = 45.79%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#703188 (or 0x703188) is known color: Vivid Violet. HEX triplet: 70, 31 and 88. RGB value is (112,49,136). Sum of RGB (Red+Green+Blue) = 112+49+136=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 136 (53.52% from 255 or 45.79% from 297); Max value from RGB is 136 - color contains mainly: blue. Hex color #703188 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703188 is #8FCE77. Grayscale: #4D4D4D. Windows color (decimal): -9424504 or 8925552. OLE color: 8925552.

HSL color Cylindrical-coordinate representation of color #703188: hue angle of 283.45º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #703188 is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 49 136 -
CMYK 0.18 0.64 0 0.47
HSL 283.45º 0.47% 0.36% -
HSV(B) 283.45º 0.64% 0.53% -
XYZ 12.22 7.42 24.08 -
YUV 77.76 160.87 152.43 -
System Red Green Blue C M Y K H S L
Decimal 112 49 136 0.18 0.64 0 0.47 283.45 0.47 0.36
Hex 70 31 88 12 40 0 2F 11B 2F 24
Octal 160 61 210 22 100 0 57 433 57 44
Binary 1110000 110001 10001000 10010 1000000 0 101111 100011011 101111 100100

Color Harmonies of #703188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703188

Black with #703188

Text Example


Text Example

White with #703188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703188; }

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

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

background-color css

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

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

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

border-color css

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

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

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