#74069B

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

Shades of Dark Magenta #74069B

Tints of Dark Magenta #74069B

Color information

#74069B (or 0x74069B) is unknown color: approx Dark Magenta. HEX triplet: 74, 06 and 9B. RGB value is (116,6,155). Sum of RGB (Red+Green+Blue) = 116+6+155=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 155 (60.94% from 255 or 55.96% from 277); Max value from RGB is 155 - color contains mainly: blue. Hex color #74069B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74069B is #8BF964. Grayscale: #373737. Windows color (decimal): -9173349 or 10159732. OLE color: 10159732.

HSL color Cylindrical-coordinate representation of color #74069B: hue angle of 284.3º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #74069B is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1166155-
CMYK0.250.9600.39
HSL284.3º92.55%31.57%-
HSV(B)284.3º96.13%60.78%-
XYZ13.186.2131.51-
YUV55.88183.94170.88-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.88%
GREEN value IS 6 (2.73% from 255) = 2.17%
BLUE value IS 155 (60.94% from 255) = 55.96%
R=41.88%
G=2.17%
B=55.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal11661550.250.9600.39284.392.5531.57
Hex7469B196002711c5d20
Octal16462333114004743413540
Binary11101001101001101111001110000001001111000111001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74069B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74069B; }

 p { color: rgb(116,6,155); }

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

<style>
 a { background-color: #74069B; }

 a { background-color: rgb(116,6,155); }

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

<style>
 span { border-color: #74069B; }

 span { border-color: rgb(116,6,155); }

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