Html Css Color HEX #74049B Dark Magenta

📋 copy color: '#74049B'

red 116 ◦ green 4 ◦ blue 155

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

Shades of Dark Magenta #74049B

Tints of Dark Magenta #74049B

RGB

 RED value IS 116 (45.7% from 255) = 42.18%

 GREEN value IS 4 (1.95% from 255) = 1.45%

 BLUE value IS 155 (60.94% from 255) = 56.36%

R = 42.18%
G = 1.45%
B = 56.36%

CMYK

 C value IS 0.25

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74049B (or 0x74049B) is known color: Dark Magenta. HEX triplet: 74, 04 and 9B. RGB value is (116,4,155). Sum of RGB (Red+Green+Blue) = 116+4+155=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 155 (60.94% from 255 or 56.36% from 275); Max value from RGB is 155 - color contains mainly: blue. Hex color #74049B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74049B is #8BFB64. Grayscale: #363636. Windows color (decimal): -9173861 or 10159220. OLE color: 10159220.

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

Color convert

RGB 116 4 155 -
CMYK 0.25 0.97 0 0.39
HSL 284.5º 0.95% 0.31% -
HSV(B) 284.5º 0.97% 0.61% -
XYZ 13.16 6.17 31.51 -
YUV 54.7 184.61 171.72 -
System Red Green Blue C M Y K H S L
Decimal 116 4 155 0.25 0.97 0 0.39 284.5 0.95 0.31
Hex 74 4 9B 19 61 0 27 11D 5F 1F
Octal 164 4 233 31 141 0 47 435 137 37
Binary 1110100 100 10011011 11001 1100001 0 100111 100011101 1011111 11111

Color Harmonies of #74049B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74049B

Black with #74049B

Text Example


Text Example

White with #74049B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #74049B;
 }
 .AnyTagClassName
 {
   color: #74049B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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