Html Css Color HEX #74009F Dark Magenta

📋 copy color: '#74009F'

red 116 ◦ green 0 ◦ blue 159

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

Shades of Dark Magenta #74009F

Tints of Dark Magenta #74009F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 159 (62.5% from 255) = 57.82%

R = 42.18%
G = 0%
B = 57.82%

CMYK

 C value IS 0.27

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74009F (or 0x74009F) is known color: Dark Magenta. HEX triplet: 74, 00 and 9F. RGB value is (116,0,159). Sum of RGB (Red+Green+Blue) = 116+0+159=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 159 (62.5% from 255 or 57.82% from 275); Max value from RGB is 159 - color contains mainly: blue. Hex color #74009F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74009F is #8BFF60. Grayscale: #343434. Windows color (decimal): -9174881 or 10420340. OLE color: 10420340.

HSL color Cylindrical-coordinate representation of color #74009F: hue angle of 283.77º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #74009F is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 0 159 -
CMYK 0.27 1 0 0.38
HSL 283.77º 1% 0.31% -
HSV(B) 283.77º 1% 0.62% -
XYZ 13.46 6.22 33.29 -
YUV 52.81 187.93 173.07 -
System Red Green Blue C M Y K H S L
Decimal 116 0 159 0.27 1 0 0.38 283.77 1 0.31
Hex 74 0 9F 1B 64 0 26 11C 64 1F
Octal 164 0 237 33 144 0 46 434 144 37
Binary 1110100 0 10011111 11011 1100100 0 100110 100011100 1100100 11111

Color Harmonies of #74009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74009F

Black with #74009F

Text Example


Text Example

White with #74009F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74009F; }

 p { color: rgb(116,0,159); }

 H1.HeaderClassName
 {
   color: #74009F;
 }
 .AnyTagClassName
 {
   color: #74009F;
 }
</style>

background-color css

<style>
 a { background-color: #74009F; }

 a { background-color: rgb(116,0,159); }

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

border-color css

<style>
 span { border-color: #74009F; }

 span { border-color: rgb(116,0,159); }

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