Html Css Color HEX #760698 Dark Magenta

📋 copy color: '#760698'

red 118 ◦ green 6 ◦ blue 152

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

Shades of Dark Magenta #760698

Tints of Dark Magenta #760698

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 value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#760698 (or 0x760698) is known color: 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

RGB 118 6 152 -
CMYK 0.22 0.96 0 0.40
HSL 286.03º 0.92% 0.31% -
HSV(B) 286.03º 0.96% 0.6% -
XYZ 13.2 6.25 30.22 -
YUV 56.13 182.11 172.13 -
System Red Green Blue C M Y K H S L
Decimal 118 6 152 0.22 0.96 0 0.40 286.03 0.92 0.31
Hex 76 6 98 16 60 0 28 11E 5C 1F
Octal 166 6 230 26 140 0 50 436 134 37
Binary 1110110 110 10011000 10110 1100000 0 101000 100011110 1011100 11111

Color Harmonies of #760698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760698

Black with #760698

Text Example


Text Example

White with #760698

Text Example


Text Example

HTML Codes & Css Web 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>