Html Css Color HEX #760098 Dark Magenta

📋 copy color: '#760098'

red 118 ◦ green 0 ◦ blue 152

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

Shades of Dark Magenta #760098

Tints of Dark Magenta #760098

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 43.7%
G = 0%
B = 56.3%

CMYK

 C value IS 0.22

 M value IS 1

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#760098 (or 0x760098) is known color: Dark Magenta. HEX triplet: 76, 00 and 98. RGB value is (118,0,152). Sum of RGB (Red+Green+Blue) = 118+0+152=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 152 (59.77% from 255 or 56.30% from 270); Max value from RGB is 152 - color contains mainly: blue. Hex color #760098 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760098 is #89FF67. Grayscale: #343434. Windows color (decimal): -9043816 or 9961590. OLE color: 9961590.

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

Color convert

RGB 118 0 152 -
CMYK 0.22 1 0 0.40
HSL 286.58º 1% 0.3% -
HSV(B) 286.58º 1% 0.6% -
XYZ 13.14 6.12 30.19 -
YUV 52.61 184.09 174.64 -
System Red Green Blue C M Y K H S L
Decimal 118 0 152 0.22 1 0 0.40 286.58 1 0.3
Hex 76 0 98 16 64 0 28 11F 64 1E
Octal 166 0 230 26 144 0 50 437 144 36
Binary 1110110 0 10011000 10110 1100100 0 101000 100011111 1100100 11110

Color Harmonies of #760098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760098

Black with #760098

Text Example


Text Example

White with #760098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760098; }

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

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

background-color css

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

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

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

border-color css

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

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

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