#70069E

Color #70069E Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #70069E

Tints of Dark Magenta #70069E

Color information

#70069E (or 0x70069E) is unknown color: approx Dark Magenta. HEX triplet: 70, 06 and 9E. RGB value is (112,6,158). Sum of RGB (Red+Green+Blue) = 112+6+158=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 6 (2.73% from 255 or 2.17% from 276); Blue value is 158 (62.11% from 255 or 57.25% from 276); Max value from RGB is 158 - color contains mainly: blue. Hex color #70069E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70069E is #8FF961. Grayscale: #363636. Windows color (decimal): -9435490 or 10356336. OLE color: 10356336.

HSL color Cylindrical-coordinate representation of color #70069E: hue angle of 281.84º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #70069E is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1126158-
CMYK0.290.9600.38
HSL281.84º92.68%32.16%-
HSV(B)281.84º96.2%61.96%-
XYZ12.926.0432.83-
YUV55.02186.12168.64-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.58%
GREEN value IS 6 (2.73% from 255) = 2.17%
BLUE value IS 158 (62.11% from 255) = 57.25%
R=40.58%
G=2.17%
B=57.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11261580.290.9600.38281.8492.6832.16
Hex7069E1D6002611a5d20
Octal16062363514004643213540
Binary11100001101001111011101110000001001101000110101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70069E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70069E; }

 p { color: rgb(112,6,158); }

 H1.HeaderClassName
 {
   color: #70069E;
 }
 .AnyTagClassName
 {
   color: #70069E;
 }
</style>
background-color css

<style>
 a { background-color: #70069E; }

 a { background-color: rgb(112,6,158); }

 div.DivClassName
 {
   background-color: #70069E;
 }
 .BgClassName
 {
   background-color: #70069E;
 }
</style>
border-color css

<style>
 span { border-color: #70069E; }

 span { border-color: rgb(112,6,158); }

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