Html Css Color HEX #74079F Dark Magenta

📋 copy color: '#74079F'

red 116 ◦ green 7 ◦ blue 159

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

Shades of Dark Magenta #74079F

Tints of Dark Magenta #74079F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.48%

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

R = 41.13%
G = 2.48%
B = 56.38%

CMYK

 C value IS 0.27

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74079F (or 0x74079F) is known color: Dark Magenta. HEX triplet: 74, 07 and 9F. RGB value is (116,7,159). Sum of RGB (Red+Green+Blue) = 116+7+159=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 7 (3.12% from 255 or 2.48% from 282); Blue value is 159 (62.5% from 255 or 56.38% from 282); Max value from RGB is 159 - color contains mainly: blue. Hex color #74079F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74079F is #8BF860. Grayscale: #383838. Windows color (decimal): -9173089 or 10422132. OLE color: 10422132.

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

Color convert

RGB 116 7 159 -
CMYK 0.27 0.96 0 0.38
HSL 283.03º 0.92% 0.33% -
HSV(B) 283.03º 0.96% 0.62% -
XYZ 13.54 6.37 33.32 -
YUV 56.92 185.61 170.14 -
System Red Green Blue C M Y K H S L
Decimal 116 7 159 0.27 0.96 0 0.38 283.03 0.92 0.33
Hex 74 7 9F 1B 60 0 26 11B 5C 21
Octal 164 7 237 33 140 0 46 433 134 41
Binary 1110100 111 10011111 11011 1100000 0 100110 100011011 1011100 100001

Color Harmonies of #74079F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74079F

Black with #74079F

Text Example


Text Example

White with #74079F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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