Html Css Color HEX #761397 Dark Magenta

📋 copy color: '#761397'

red 118 ◦ green 19 ◦ blue 151

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

Shades of Dark Magenta #761397

Tints of Dark Magenta #761397

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.6%

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

R = 40.97%
G = 6.6%
B = 52.43%

CMYK

 C value IS 0.22

 M value IS 0.87

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#761397 (or 0x761397) is known color: Dark Magenta. HEX triplet: 76, 13 and 97. RGB value is (118,19,151). Sum of RGB (Red+Green+Blue) = 118+19+151=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 19 (7.81% from 255 or 6.60% from 288); Blue value is 151 (59.38% from 255 or 52.43% from 288); Max value from RGB is 151 - color contains mainly: blue. Hex color #761397 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761397 is #89EC68. Grayscale: #3F3F3F. Windows color (decimal): -9038953 or 9900918. OLE color: 9900918.

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

Color convert

RGB 118 19 151 -
CMYK 0.22 0.87 0 0.41
HSL 285º 0.78% 0.33% -
HSV(B) 285º 0.87% 0.59% -
XYZ 13.29 6.55 29.84 -
YUV 63.65 177.3 166.77 -
System Red Green Blue C M Y K H S L
Decimal 118 19 151 0.22 0.87 0 0.41 285 0.78 0.33
Hex 76 13 97 16 57 0 29 11D 4E 21
Octal 166 23 227 26 127 0 51 435 116 41
Binary 1110110 10011 10010111 10110 1010111 0 101001 100011101 1001110 100001

Color Harmonies of #761397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761397

Black with #761397

Text Example


Text Example

White with #761397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761397; }

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

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

background-color css

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

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

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

border-color css

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

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

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