Html Css Color HEX #760C9F Dark Magenta

📋 copy color: '#760C9F'

red 118 ◦ green 12 ◦ blue 159

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

Shades of Dark Magenta #760C9F

Tints of Dark Magenta #760C9F

RGB

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

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

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

R = 40.83%
G = 4.15%
B = 55.02%

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

#760C9F (or 0x760C9F) is known color: Dark Magenta. HEX triplet: 76, 0C and 9F. RGB value is (118,12,159). Sum of RGB (Red+Green+Blue) = 118+12+159=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 12 (5.08% from 255 or 4.15% from 289); Blue value is 159 (62.5% from 255 or 55.02% from 289); Max value from RGB is 159 - color contains mainly: blue. Hex color #760C9F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760C9F is #89F360. Grayscale: #3B3B3B. Windows color (decimal): -9040737 or 10423414. OLE color: 10423414.

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

Color convert

RGB 118 12 159 -
CMYK 0.26 0.92 0 0.38
HSL 283.27º 0.86% 0.34% -
HSV(B) 283.27º 0.92% 0.62% -
XYZ 13.86 6.62 33.35 -
YUV 60.45 183.62 169.05 -
System Red Green Blue C M Y K H S L
Decimal 118 12 159 0.26 0.92 0 0.38 283.27 0.86 0.34
Hex 76 C 9F 1A 5C 0 26 11B 56 22
Octal 166 14 237 32 134 0 46 433 126 42
Binary 1110110 1100 10011111 11010 1011100 0 100110 100011011 1010110 100010

Color Harmonies of #760C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760C9F

Black with #760C9F

Text Example


Text Example

White with #760C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,12,159); }

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

background-color css

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

 a { background-color: rgb(118,12,159); }

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

border-color css

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

 span { border-color: rgb(118,12,159); }

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