Html Css Color HEX #740C9D Dark Magenta

📋 copy color: '#740C9D'

red 116 ◦ green 12 ◦ blue 157

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

Shades of Dark Magenta #740C9D

Tints of Dark Magenta #740C9D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.21%

 BLUE value IS 157 (61.72% from 255) = 55.09%

R = 40.7%
G = 4.21%
B = 55.09%

CMYK

 C value IS 0.26

 M value IS 0.92

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#740C9D (or 0x740C9D) is known color: Dark Magenta. HEX triplet: 74, 0C and 9D. RGB value is (116,12,157). Sum of RGB (Red+Green+Blue) = 116+12+157=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 12 (5.08% from 255 or 4.21% from 285); Blue value is 157 (61.72% from 255 or 55.09% from 285); Max value from RGB is 157 - color contains mainly: blue. Hex color #740C9D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740C9D is #8BF362. Grayscale: #3B3B3B. Windows color (decimal): -9171811 or 10292340. OLE color: 10292340.

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

Color convert

RGB 116 12 157 -
CMYK 0.26 0.92 0 0.38
HSL 283.03º 0.86% 0.33% -
HSV(B) 283.03º 0.92% 0.62% -
XYZ 13.42 6.41 32.43 -
YUV 59.63 182.96 168.21 -
System Red Green Blue C M Y K H S L
Decimal 116 12 157 0.26 0.92 0 0.38 283.03 0.86 0.33
Hex 74 C 9D 1A 5C 0 26 11B 56 21
Octal 164 14 235 32 134 0 46 433 126 41
Binary 1110100 1100 10011101 11010 1011100 0 100110 100011011 1010110 100001

Color Harmonies of #740C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740C9D

Black with #740C9D

Text Example


Text Example

White with #740C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740C9D; }

 p { color: rgb(116,12,157); }

 H1.HeaderClassName
 {
   color: #740C9D;
 }
 .AnyTagClassName
 {
   color: #740C9D;
 }
</style>

background-color css

<style>
 a { background-color: #740C9D; }

 a { background-color: rgb(116,12,157); }

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

border-color css

<style>
 span { border-color: #740C9D; }

 span { border-color: rgb(116,12,157); }

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