#74029B

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

Shades of Dark Magenta #74029B

Tints of Dark Magenta #74029B

Color information

#74029B (or 0x74029B) is unknown color: approx Dark Magenta. HEX triplet: 74, 02 and 9B. RGB value is (116,2,155). Sum of RGB (Red+Green+Blue) = 116+2+155=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 155 (60.94% from 255 or 56.78% from 273); Max value from RGB is 155 - color contains mainly: blue. Hex color #74029B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74029B is #8BFD64. Grayscale: #353535. Windows color (decimal): -9174373 or 10158708. OLE color: 10158708.

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

Color convert

RGB1162155-
CMYK0.250.9900.39
HSL284.71º97.45%30.78%-
HSV(B)284.71º98.71%60.78%-
XYZ13.146.1231.5-
YUV53.53185.27172.56-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.49%
GREEN value IS 2 (1.17% from 255) = 0.73%
BLUE value IS 155 (60.94% from 255) = 56.78%
R=42.49%
G=0.73%
B=56.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal11621550.250.9900.39284.7197.4530.78
Hex7429B196302711d611f
Octal16422333114304743514137
Binary111010010100110111100111000110100111100011101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74029B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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