Html Css Color HEX #70328D Vivid Violet

📋 copy color: '#70328D'

red 112 ◦ green 50 ◦ blue 141

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

Shades of Vivid Violet #70328D

Tints of Vivid Violet #70328D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 46.53%

R = 36.96%
G = 16.5%
B = 46.53%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70328D (or 0x70328D) is known color: Vivid Violet. HEX triplet: 70, 32 and 8D. RGB value is (112,50,141). Sum of RGB (Red+Green+Blue) = 112+50+141=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 141 - color contains mainly: blue. Hex color #70328D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70328D is #8FCD72. Grayscale: #4E4E4E. Windows color (decimal): -9424243 or 9253488. OLE color: 9253488.

HSL color Cylindrical-coordinate representation of color #70328D: hue angle of 280.88º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #70328D is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 50 141 -
CMYK 0.21 0.65 0 0.45
HSL 280.88º 0.48% 0.37% -
HSV(B) 280.88º 0.65% 0.55% -
XYZ 12.63 7.65 26.01 -
YUV 78.91 163.04 151.6 -
System Red Green Blue C M Y K H S L
Decimal 112 50 141 0.21 0.65 0 0.45 280.88 0.48 0.37
Hex 70 32 8D 15 41 0 2D 119 30 25
Octal 160 62 215 25 101 0 55 431 60 45
Binary 1110000 110010 10001101 10101 1000001 0 101101 100011001 110000 100101

Color Harmonies of #70328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70328D

Black with #70328D

Text Example


Text Example

White with #70328D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70328D; }

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

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

background-color css

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

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

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

border-color css

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

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

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