Html Css Color HEX #70328A Vivid Violet

📋 copy color: '#70328A'

red 112 ◦ green 50 ◦ blue 138

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

Shades of Vivid Violet #70328A

Tints of Vivid Violet #70328A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 46%

R = 37.33%
G = 16.67%
B = 46%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#70328A (or 0x70328A) is known color: Vivid Violet. HEX triplet: 70, 32 and 8A. RGB value is (112,50,138). Sum of RGB (Red+Green+Blue) = 112+50+138=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 138 (54.30% from 255 or 46% from 300); Max value from RGB is 138 - color contains mainly: blue. Hex color #70328A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70328A is #8FCD75. Grayscale: #4E4E4E. Windows color (decimal): -9424246 or 9056880. OLE color: 9056880.

HSL color Cylindrical-coordinate representation of color #70328A: hue angle of 282.27º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #70328A is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 50 138 -
CMYK 0.19 0.64 0 0.46
HSL 282.27º 0.47% 0.37% -
HSV(B) 282.27º 0.64% 0.54% -
XYZ 12.41 7.56 24.85 -
YUV 78.57 161.54 151.84 -
System Red Green Blue C M Y K H S L
Decimal 112 50 138 0.19 0.64 0 0.46 282.27 0.47 0.37
Hex 70 32 8A 13 40 0 2E 11A 2F 25
Octal 160 62 212 23 100 0 56 432 57 45
Binary 1110000 110010 10001010 10011 1000000 0 101110 100011010 101111 100101

Color Harmonies of #70328A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70328A

Black with #70328A

Text Example


Text Example

White with #70328A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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