Html Css Color HEX #703488 Vivid Violet

📋 copy color: '#703488'

red 112 ◦ green 52 ◦ blue 136

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

Shades of Vivid Violet #703488

Tints of Vivid Violet #703488

RGB

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

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

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

R = 37.33%
G = 17.33%
B = 45.33%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#703488 (or 0x703488) is known color: Vivid Violet. HEX triplet: 70, 34 and 88. RGB value is (112,52,136). Sum of RGB (Red+Green+Blue) = 112+52+136=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 136 (53.52% from 255 or 45.33% from 300); Max value from RGB is 136 - color contains mainly: blue. Hex color #703488 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703488 is #8FCB77. Grayscale: #4F4F4F. Windows color (decimal): -9423736 or 8926320. OLE color: 8926320.

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

Color convert

RGB 112 52 136 -
CMYK 0.18 0.62 0 0.47
HSL 282.86º 0.45% 0.37% -
HSV(B) 282.86º 0.62% 0.53% -
XYZ 12.35 7.68 24.12 -
YUV 79.52 159.88 151.17 -
System Red Green Blue C M Y K H S L
Decimal 112 52 136 0.18 0.62 0 0.47 282.86 0.45 0.37
Hex 70 34 88 12 3E 0 2F 11B 2D 25
Octal 160 64 210 22 76 0 57 433 55 45
Binary 1110000 110100 10001000 10010 111110 0 101111 100011011 101101 100101

Color Harmonies of #703488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703488

Black with #703488

Text Example


Text Example

White with #703488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703488; }

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

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

background-color css

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

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

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

border-color css

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

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

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