#760698

Color #760698 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #760698

Tints of Dark Magenta #760698

Color information

#760698 (or 0x760698) is unknown color: approx Dark Magenta. HEX triplet: 76, 06 and 98. RGB value is (118,6,152). Sum of RGB (Red+Green+Blue) = 118+6+152=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 6 (2.73% from 255 or 2.17% from 276); Blue value is 152 (59.77% from 255 or 55.07% from 276); Max value from RGB is 152 - color contains mainly: blue. Hex color #760698 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760698 is #89F967. Grayscale: #373737. Windows color (decimal): -9042280 or 9963126. OLE color: 9963126.

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

Color convert

RGB1186152-
CMYK0.220.9600.40
HSL286.03º92.41%30.98%-
HSV(B)286.03º96.05%59.61%-
XYZ13.26.2530.22-
YUV56.13182.11172.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.75%
GREEN value IS 6 (2.73% from 255) = 2.17%
BLUE value IS 152 (59.77% from 255) = 55.07%
R=42.75%
G=2.17%
B=55.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal11861520.220.9600.40286.0392.4130.98
Hex76698166002811e5c1f
Octal16662302614005043613437
Binary1110110110100110001011011000000101000100011110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760698; }

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

 H1.HeaderClassName
 {
   color: #760698;
 }
 .AnyTagClassName
 {
   color: #760698;
 }
</style>
background-color css

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

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

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

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

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

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