Html Css Color HEX #70159D Vivid Violet

📋 copy color: '#70159D'

red 112 ◦ green 21 ◦ blue 157

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

Shades of Vivid Violet #70159D

Tints of Vivid Violet #70159D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.24%

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

R = 38.62%
G = 7.24%
B = 54.14%

CMYK

 C value IS 0.29

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70159D (or 0x70159D) is known color: Vivid Violet. HEX triplet: 70, 15 and 9D. RGB value is (112,21,157). Sum of RGB (Red+Green+Blue) = 112+21+157=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 157 (61.72% from 255 or 54.14% from 290); Max value from RGB is 157 - color contains mainly: blue. Hex color #70159D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70159D is #8FEA62. Grayscale: #3F3F3F. Windows color (decimal): -9431651 or 10294640. OLE color: 10294640.

HSL color Cylindrical-coordinate representation of color #70159D: hue angle of 280.15º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #70159D is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 21 157 -
CMYK 0.29 0.87 0 0.38
HSL 280.15º 0.76% 0.35% -
HSV(B) 280.15º 0.87% 0.62% -
XYZ 13.04 6.42 32.45 -
YUV 63.71 180.65 162.44 -
System Red Green Blue C M Y K H S L
Decimal 112 21 157 0.29 0.87 0 0.38 280.15 0.76 0.35
Hex 70 15 9D 1D 57 0 26 118 4C 23
Octal 160 25 235 35 127 0 46 430 114 43
Binary 1110000 10101 10011101 11101 1010111 0 100110 100011000 1001100 100011

Color Harmonies of #70159D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70159D

Black with #70159D

Text Example


Text Example

White with #70159D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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