Html Css Color HEX #760A9E Dark Magenta

📋 copy color: '#760A9E'

red 118 ◦ green 10 ◦ blue 158

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

Shades of Dark Magenta #760A9E

Tints of Dark Magenta #760A9E

RGB

 RED value IS 118 (46.48% from 255) = 41.26%

 GREEN value IS 10 (4.3% from 255) = 3.5%

 BLUE value IS 158 (62.11% from 255) = 55.24%

R = 41.26%
G = 3.5%
B = 55.24%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#760A9E (or 0x760A9E) is known color: Dark Magenta. HEX triplet: 76, 0A and 9E. RGB value is (118,10,158). Sum of RGB (Red+Green+Blue) = 118+10+158=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 158 (62.11% from 255 or 55.24% from 286); Max value from RGB is 158 - color contains mainly: blue. Hex color #760A9E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760A9E is #89F561. Grayscale: #3A3A3A. Windows color (decimal): -9041250 or 10357366. OLE color: 10357366.

HSL color Cylindrical-coordinate representation of color #760A9E: hue angle of 283.78º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760A9E is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 10 158 -
CMYK 0.25 0.94 0 0.38
HSL 283.78º 0.88% 0.33% -
HSV(B) 283.78º 0.94% 0.62% -
XYZ 13.75 6.54 32.88 -
YUV 59.16 183.78 169.97 -
System Red Green Blue C M Y K H S L
Decimal 118 10 158 0.25 0.94 0 0.38 283.78 0.88 0.33
Hex 76 A 9E 19 5E 0 26 11C 58 21
Octal 166 12 236 31 136 0 46 434 130 41
Binary 1110110 1010 10011110 11001 1011110 0 100110 100011100 1011000 100001

Color Harmonies of #760A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760A9E

Black with #760A9E

Text Example


Text Example

White with #760A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760A9E; }

 p { color: rgb(118,10,158); }

 H1.HeaderClassName
 {
   color: #760A9E;
 }
 .AnyTagClassName
 {
   color: #760A9E;
 }
</style>

background-color css

<style>
 a { background-color: #760A9E; }

 a { background-color: rgb(118,10,158); }

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

border-color css

<style>
 span { border-color: #760A9E; }

 span { border-color: rgb(118,10,158); }

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