Html Css Color HEX #70089C Dark Magenta

📋 copy color: '#70089C'

red 112 ◦ green 8 ◦ blue 156

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

Shades of Dark Magenta #70089C

Tints of Dark Magenta #70089C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.9%

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

R = 40.58%
G = 2.9%
B = 56.52%

CMYK

 C value IS 0.28

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#70089C (or 0x70089C) is known color: Dark Magenta. HEX triplet: 70, 08 and 9C. RGB value is (112,8,156). Sum of RGB (Red+Green+Blue) = 112+8+156=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 156 (61.33% from 255 or 56.52% from 276); Max value from RGB is 156 - color contains mainly: blue. Hex color #70089C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70089C is #8FF763. Grayscale: #373737. Windows color (decimal): -9434980 or 10225776. OLE color: 10225776.

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

Color convert

RGB 112 8 156 -
CMYK 0.28 0.95 0 0.39
HSL 282.16º 0.9% 0.32% -
HSV(B) 282.16º 0.95% 0.61% -
XYZ 12.77 6.02 31.94 -
YUV 55.97 184.46 167.97 -
System Red Green Blue C M Y K H S L
Decimal 112 8 156 0.28 0.95 0 0.39 282.16 0.9 0.32
Hex 70 8 9C 1C 5F 0 27 11A 5A 20
Octal 160 10 234 34 137 0 47 432 132 40
Binary 1110000 1000 10011100 11100 1011111 0 100111 100011010 1011010 100000

Color Harmonies of #70089C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70089C

Black with #70089C

Text Example


Text Example

White with #70089C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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