Html Css Color HEX #760B98 Dark Magenta

📋 copy color: '#760B98'

red 118 ◦ green 11 ◦ blue 152

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

Shades of Dark Magenta #760B98

Tints of Dark Magenta #760B98

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.91%

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

R = 41.99%
G = 3.91%
B = 54.09%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#760B98 (or 0x760B98) is known color: Dark Magenta. HEX triplet: 76, 0B and 98. RGB value is (118,11,152). Sum of RGB (Red+Green+Blue) = 118+11+152=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 11 (4.69% from 255 or 3.91% from 281); Blue value is 152 (59.77% from 255 or 54.09% from 281); Max value from RGB is 152 - color contains mainly: blue. Hex color #760B98 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760B98 is #89F467. Grayscale: #3A3A3A. Windows color (decimal): -9041000 or 9964406. OLE color: 9964406.

HSL color Cylindrical-coordinate representation of color #760B98: hue angle of 285.53º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #760B98 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 11 152 -
CMYK 0.22 0.93 0 0.40
HSL 285.53º 0.87% 0.32% -
HSV(B) 285.53º 0.93% 0.6% -
XYZ 13.26 6.36 30.23 -
YUV 59.07 180.45 170.04 -
System Red Green Blue C M Y K H S L
Decimal 118 11 152 0.22 0.93 0 0.40 285.53 0.87 0.32
Hex 76 B 98 16 5D 0 28 11E 57 20
Octal 166 13 230 26 135 0 50 436 127 40
Binary 1110110 1011 10011000 10110 1011101 0 101000 100011110 1010111 100000

Color Harmonies of #760B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760B98

Black with #760B98

Text Example


Text Example

White with #760B98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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