Html Css Color HEX #70209D Vivid Violet

📋 copy color: '#70209D'

red 112 ◦ green 32 ◦ blue 157

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

Shades of Vivid Violet #70209D

Tints of Vivid Violet #70209D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.63%

 BLUE value IS 157 (61.72% from 255) = 52.16%

R = 37.21%
G = 10.63%
B = 52.16%

CMYK

 C value IS 0.29

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70209D (or 0x70209D) is known color: Vivid Violet. HEX triplet: 70, 20 and 9D. RGB value is (112,32,157). Sum of RGB (Red+Green+Blue) = 112+32+157=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 157 (61.72% from 255 or 52.16% from 301); Max value from RGB is 157 - color contains mainly: blue. Hex color #70209D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70209D is #8FDF62. Grayscale: #454545. Windows color (decimal): -9428835 or 10297456. OLE color: 10297456.

HSL color Cylindrical-coordinate representation of color #70209D: hue angle of 278.4º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #70209D is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 32 157 -
CMYK 0.29 0.80 0 0.38
HSL 278.4º 0.66% 0.37% -
HSV(B) 278.4º 0.8% 0.62% -
XYZ 13.28 6.91 32.53 -
YUV 70.17 177 157.84 -
System Red Green Blue C M Y K H S L
Decimal 112 32 157 0.29 0.80 0 0.38 278.4 0.66 0.37
Hex 70 20 9D 1D 50 0 26 116 42 25
Octal 160 40 235 35 120 0 46 426 102 45
Binary 1110000 100000 10011101 11101 1010000 0 100110 100010110 1000010 100101

Color Harmonies of #70209D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70209D

Black with #70209D

Text Example


Text Example

White with #70209D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,32,157); }

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

background-color css

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

 a { background-color: rgb(112,32,157); }

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

border-color css

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

 span { border-color: rgb(112,32,157); }

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