Html Css Color HEX #703988 Vivid Violet

📋 copy color: '#703988'

red 112 ◦ green 57 ◦ blue 136

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

Shades of Vivid Violet #703988

Tints of Vivid Violet #703988

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.69%

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

R = 36.72%
G = 18.69%
B = 44.59%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#703988 (or 0x703988) is known color: Vivid Violet. HEX triplet: 70, 39 and 88. RGB value is (112,57,136). Sum of RGB (Red+Green+Blue) = 112+57+136=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 136 - color contains mainly: blue. Hex color #703988 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703988 is #8FC677. Grayscale: #525252. Windows color (decimal): -9422456 or 8927600. OLE color: 8927600.

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

Color convert

RGB 112 57 136 -
CMYK 0.18 0.58 0 0.47
HSL 281.77º 0.41% 0.38% -
HSV(B) 281.77º 0.58% 0.53% -
XYZ 12.59 8.15 24.2 -
YUV 82.45 158.22 149.08 -
System Red Green Blue C M Y K H S L
Decimal 112 57 136 0.18 0.58 0 0.47 281.77 0.41 0.38
Hex 70 39 88 12 3A 0 2F 11A 29 26
Octal 160 71 210 22 72 0 57 432 51 46
Binary 1110000 111001 10001000 10010 111010 0 101111 100011010 101001 100110

Color Harmonies of #703988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703988

Black with #703988

Text Example


Text Example

White with #703988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703988; }

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

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

background-color css

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

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

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

border-color css

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

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

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