Html Css Color HEX #760899 Dark Magenta

📋 copy color: '#760899'

red 118 ◦ green 8 ◦ blue 153

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

Shades of Dark Magenta #760899

Tints of Dark Magenta #760899

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.87%

 BLUE value IS 153 (60.16% from 255) = 54.84%

R = 42.29%
G = 2.87%
B = 54.84%

CMYK

 C value IS 0.23

 M value IS 0.95

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#760899 (or 0x760899) is known color: Dark Magenta. HEX triplet: 76, 08 and 99. RGB value is (118,8,153). Sum of RGB (Red+Green+Blue) = 118+8+153=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 153 (60.16% from 255 or 54.84% from 279); Max value from RGB is 153 - color contains mainly: blue. Hex color #760899 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760899 is #89F766. Grayscale: #383838. Windows color (decimal): -9041767 or 10029174. OLE color: 10029174.

HSL color Cylindrical-coordinate representation of color #760899: hue angle of 285.52º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #760899 is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 8 153 -
CMYK 0.23 0.95 0 0.4
HSL 285.52º 0.9% 0.32% -
HSV(B) 285.52º 0.95% 0.6% -
XYZ 13.31 6.33 30.66 -
YUV 57.42 181.94 171.21 -
System Red Green Blue C M Y K H S L
Decimal 118 8 153 0.23 0.95 0 0.4 285.52 0.9 0.32
Hex 76 8 99 17 5F 0 28 11E 5A 20
Octal 166 10 231 27 137 0 50 436 132 40
Binary 1110110 1000 10011001 10111 1011111 0 101000 100011110 1011010 100000

Color Harmonies of #760899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760899

Black with #760899

Text Example


Text Example

White with #760899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760899; }

 p { color: rgb(118,8,153); }

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

background-color css

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

 a { background-color: rgb(118,8,153); }

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

border-color css

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

 span { border-color: rgb(118,8,153); }

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