Html Css Color HEX #761198 Dark Magenta

📋 copy color: '#761198'

red 118 ◦ green 17 ◦ blue 152

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

Shades of Dark Magenta #761198

Tints of Dark Magenta #761198

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.92%

 BLUE value IS 152 (59.77% from 255) = 52.96%

R = 41.11%
G = 5.92%
B = 52.96%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#761198 (or 0x761198) is known color: Dark Magenta. HEX triplet: 76, 11 and 98. RGB value is (118,17,152). Sum of RGB (Red+Green+Blue) = 118+17+152=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 152 (59.77% from 255 or 52.96% from 287); Max value from RGB is 152 - color contains mainly: blue. Hex color #761198 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761198 is #89EE67. Grayscale: #3E3E3E. Windows color (decimal): -9039464 or 9965942. OLE color: 9965942.

HSL color Cylindrical-coordinate representation of color #761198: hue angle of 284.89º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #761198 is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 17 152 -
CMYK 0.22 0.89 0 0.40
HSL 284.89º 0.8% 0.33% -
HSV(B) 284.89º 0.89% 0.6% -
XYZ 13.34 6.52 30.26 -
YUV 62.59 178.46 167.52 -
System Red Green Blue C M Y K H S L
Decimal 118 17 152 0.22 0.89 0 0.40 284.89 0.8 0.33
Hex 76 11 98 16 59 0 28 11D 50 21
Octal 166 21 230 26 131 0 50 435 120 41
Binary 1110110 10001 10011000 10110 1011001 0 101000 100011101 1010000 100001

Color Harmonies of #761198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761198

Black with #761198

Text Example


Text Example

White with #761198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761198; }

 p { color: rgb(118,17,152); }

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

background-color css

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

 a { background-color: rgb(118,17,152); }

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

border-color css

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

 span { border-color: rgb(118,17,152); }

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