Html Css Color HEX #70129D Vivid Violet

📋 copy color: '#70129D'

red 112 ◦ green 18 ◦ blue 157

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

Shades of Vivid Violet #70129D

Tints of Vivid Violet #70129D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.27%

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

R = 39.02%
G = 6.27%
B = 54.7%

CMYK

 C value IS 0.29

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70129D (or 0x70129D) is known color: Vivid Violet. HEX triplet: 70, 12 and 9D. RGB value is (112,18,157). Sum of RGB (Red+Green+Blue) = 112+18+157=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 157 (61.72% from 255 or 54.70% from 287); Max value from RGB is 157 - color contains mainly: blue. Hex color #70129D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70129D is #8FED62. Grayscale: #3D3D3D. Windows color (decimal): -9432419 or 10293872. OLE color: 10293872.

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

Color convert

RGB 112 18 157 -
CMYK 0.29 0.89 0 0.38
HSL 280.58º 0.79% 0.34% -
HSV(B) 280.58º 0.89% 0.62% -
XYZ 12.98 6.31 32.43 -
YUV 61.95 181.64 163.7 -
System Red Green Blue C M Y K H S L
Decimal 112 18 157 0.29 0.89 0 0.38 280.58 0.79 0.34
Hex 70 12 9D 1D 59 0 26 119 4F 22
Octal 160 22 235 35 131 0 46 431 117 42
Binary 1110000 10010 10011101 11101 1011001 0 100110 100011001 1001111 100010

Color Harmonies of #70129D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70129D

Black with #70129D

Text Example


Text Example

White with #70129D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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