Html Css Color HEX #74059B Dark Magenta

📋 copy color: '#74059B'

red 116 ◦ green 5 ◦ blue 155

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

Shades of Dark Magenta #74059B

Tints of Dark Magenta #74059B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.81%

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

R = 42.03%
G = 1.81%
B = 56.16%

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

#74059B (or 0x74059B) is known color: Dark Magenta. HEX triplet: 74, 05 and 9B. RGB value is (116,5,155). Sum of RGB (Red+Green+Blue) = 116+5+155=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 155 (60.94% from 255 or 56.16% from 276); Max value from RGB is 155 - color contains mainly: blue. Hex color #74059B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74059B is #8BFA64. Grayscale: #363636. Windows color (decimal): -9173605 or 10159476. OLE color: 10159476.

HSL color Cylindrical-coordinate representation of color #74059B: hue angle of 284.4º degrees, saturation: 0.94, 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 #74059B is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 5 155 -
CMYK 0.25 0.97 0 0.39
HSL 284.4º 0.94% 0.31% -
HSV(B) 284.4º 0.97% 0.61% -
XYZ 13.17 6.19 31.51 -
YUV 55.29 184.27 171.3 -
System Red Green Blue C M Y K H S L
Decimal 116 5 155 0.25 0.97 0 0.39 284.4 0.94 0.31
Hex 74 5 9B 19 61 0 27 11C 5E 1F
Octal 164 5 233 31 141 0 47 434 136 37
Binary 1110100 101 10011011 11001 1100001 0 100111 100011100 1011110 11111

Color Harmonies of #74059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74059B

Black with #74059B

Text Example


Text Example

White with #74059B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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