Html Css Color HEX #74089F Dark Magenta

📋 copy color: '#74089F'

red 116 ◦ green 8 ◦ blue 159

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

Shades of Dark Magenta #74089F

Tints of Dark Magenta #74089F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.83%

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

R = 40.99%
G = 2.83%
B = 56.18%

CMYK

 C value IS 0.27

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74089F (or 0x74089F) is known color: Dark Magenta. HEX triplet: 74, 08 and 9F. RGB value is (116,8,159). Sum of RGB (Red+Green+Blue) = 116+8+159=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 159 (62.5% from 255 or 56.18% from 283); Max value from RGB is 159 - color contains mainly: blue. Hex color #74089F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74089F is #8BF760. Grayscale: #393939. Windows color (decimal): -9172833 or 10422388. OLE color: 10422388.

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

Color convert

RGB 116 8 159 -
CMYK 0.27 0.95 0 0.38
HSL 282.91º 0.9% 0.33% -
HSV(B) 282.91º 0.95% 0.62% -
XYZ 13.55 6.39 33.32 -
YUV 57.51 185.28 169.72 -
System Red Green Blue C M Y K H S L
Decimal 116 8 159 0.27 0.95 0 0.38 282.91 0.9 0.33
Hex 74 8 9F 1B 5F 0 26 11B 5A 21
Octal 164 10 237 33 137 0 46 433 132 41
Binary 1110100 1000 10011111 11011 1011111 0 100110 100011011 1011010 100001

Color Harmonies of #74089F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74089F

Black with #74089F

Text Example


Text Example

White with #74089F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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