Html Css Color HEX #760997 Dark Magenta

📋 copy color: '#760997'

red 118 ◦ green 9 ◦ blue 151

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

Shades of Dark Magenta #760997

Tints of Dark Magenta #760997

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.24%

 BLUE value IS 151 (59.38% from 255) = 54.32%

R = 42.45%
G = 3.24%
B = 54.32%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#760997 (or 0x760997) is known color: Dark Magenta. HEX triplet: 76, 09 and 97. RGB value is (118,9,151). Sum of RGB (Red+Green+Blue) = 118+9+151=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 151 (59.38% from 255 or 54.32% from 278); Max value from RGB is 151 - color contains mainly: blue. Hex color #760997 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760997 is #89F668. Grayscale: #393939. Windows color (decimal): -9041513 or 9898358. OLE color: 9898358.

HSL color Cylindrical-coordinate representation of color #760997: hue angle of 286.06º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760997 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 9 151 -
CMYK 0.22 0.94 0 0.41
HSL 286.06º 0.89% 0.31% -
HSV(B) 286.06º 0.94% 0.59% -
XYZ 13.15 6.28 29.8 -
YUV 57.78 180.61 170.95 -
System Red Green Blue C M Y K H S L
Decimal 118 9 151 0.22 0.94 0 0.41 286.06 0.89 0.31
Hex 76 9 97 16 5E 0 29 11E 59 1F
Octal 166 11 227 26 136 0 51 436 131 37
Binary 1110110 1001 10010111 10110 1011110 0 101001 100011110 1011001 11111

Color Harmonies of #760997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760997

Black with #760997

Text Example


Text Example

White with #760997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760997; }

 p { color: rgb(118,9,151); }

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

background-color css

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

 a { background-color: rgb(118,9,151); }

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

border-color css

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

 span { border-color: rgb(118,9,151); }

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