Html Css Color HEX #70099D Dark Magenta

📋 copy color: '#70099D'

red 112 ◦ green 9 ◦ blue 157

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

Shades of Dark Magenta #70099D

Tints of Dark Magenta #70099D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.24%

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

R = 40.29%
G = 3.24%
B = 56.47%

CMYK

 C value IS 0.29

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70099D (or 0x70099D) is known color: Dark Magenta. HEX triplet: 70, 09 and 9D. RGB value is (112,9,157). Sum of RGB (Red+Green+Blue) = 112+9+157=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 157 (61.72% from 255 or 56.47% from 278); Max value from RGB is 157 - color contains mainly: blue. Hex color #70099D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70099D is #8FF662. Grayscale: #383838. Windows color (decimal): -9434723 or 10291568. OLE color: 10291568.

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

Color convert

RGB 112 9 157 -
CMYK 0.29 0.94 0 0.38
HSL 281.76º 0.89% 0.33% -
HSV(B) 281.76º 0.94% 0.62% -
XYZ 12.87 6.07 32.39 -
YUV 56.67 184.62 167.47 -
System Red Green Blue C M Y K H S L
Decimal 112 9 157 0.29 0.94 0 0.38 281.76 0.89 0.33
Hex 70 9 9D 1D 5E 0 26 11A 59 21
Octal 160 11 235 35 136 0 46 432 131 41
Binary 1110000 1001 10011101 11101 1011110 0 100110 100011010 1011001 100001

Color Harmonies of #70099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70099D

Black with #70099D

Text Example


Text Example

White with #70099D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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