Html Css Color HEX #70149C Vivid Violet

📋 copy color: '#70149C'

red 112 ◦ green 20 ◦ blue 156

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

Shades of Vivid Violet #70149C

Tints of Vivid Violet #70149C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.94%

 BLUE value IS 156 (61.33% from 255) = 54.17%

R = 38.89%
G = 6.94%
B = 54.17%

CMYK

 C value IS 0.28

 M value IS 0.87

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#70149C (or 0x70149C) is known color: Vivid Violet. HEX triplet: 70, 14 and 9C. RGB value is (112,20,156). Sum of RGB (Red+Green+Blue) = 112+20+156=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 20 (8.20% from 255 or 6.94% from 288); Blue value is 156 (61.33% from 255 or 54.17% from 288); Max value from RGB is 156 - color contains mainly: blue. Hex color #70149C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70149C is #8FEB63. Grayscale: #3E3E3E. Windows color (decimal): -9431908 or 10228848. OLE color: 10228848.

HSL color Cylindrical-coordinate representation of color #70149C: hue angle of 280.59º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #70149C is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 20 156 -
CMYK 0.28 0.87 0 0.39
HSL 280.59º 0.77% 0.35% -
HSV(B) 280.59º 0.87% 0.61% -
XYZ 12.93 6.35 32 -
YUV 63.01 180.48 162.94 -
System Red Green Blue C M Y K H S L
Decimal 112 20 156 0.28 0.87 0 0.39 280.59 0.77 0.35
Hex 70 14 9C 1C 57 0 27 119 4D 23
Octal 160 24 234 34 127 0 47 431 115 43
Binary 1110000 10100 10011100 11100 1010111 0 100111 100011001 1001101 100011

Color Harmonies of #70149C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70149C

Black with #70149C

Text Example


Text Example

White with #70149C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70149C; }

 p { color: rgb(112,20,156); }

 H1.HeaderClassName
 {
   color: #70149C;
 }
 .AnyTagClassName
 {
   color: #70149C;
 }
</style>

background-color css

<style>
 a { background-color: #70149C; }

 a { background-color: rgb(112,20,156); }

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

border-color css

<style>
 span { border-color: #70149C; }

 span { border-color: rgb(112,20,156); }

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