Html Css Color HEX #760795 Dark Magenta

📋 copy color: '#760795'

red 118 ◦ green 7 ◦ blue 149

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

Shades of Dark Magenta #760795

Tints of Dark Magenta #760795

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.55%

 BLUE value IS 149 (58.59% from 255) = 54.38%

R = 43.07%
G = 2.55%
B = 54.38%

CMYK

 C value IS 0.21

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#760795 (or 0x760795) is known color: Dark Magenta. HEX triplet: 76, 07 and 95. RGB value is (118,7,149). Sum of RGB (Red+Green+Blue) = 118+7+149=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 149 (58.59% from 255 or 54.38% from 274); Max value from RGB is 149 - color contains mainly: blue. Hex color #760795 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760795 is #89F86A. Grayscale: #373737. Windows color (decimal): -9042027 or 9766774. OLE color: 9766774.

HSL color Cylindrical-coordinate representation of color #760795: hue angle of 286.9º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #760795 is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 7 149 -
CMYK 0.21 0.95 0 0.42
HSL 286.9º 0.91% 0.31% -
HSV(B) 286.9º 0.95% 0.58% -
XYZ 12.97 6.17 28.94 -
YUV 56.38 180.27 171.95 -
System Red Green Blue C M Y K H S L
Decimal 118 7 149 0.21 0.95 0 0.42 286.9 0.91 0.31
Hex 76 7 95 15 5F 0 2A 11F 5B 1F
Octal 166 7 225 25 137 0 52 437 133 37
Binary 1110110 111 10010101 10101 1011111 0 101010 100011111 1011011 11111

Color Harmonies of #760795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760795

Black with #760795

Text Example


Text Example

White with #760795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760795; }

 p { color: rgb(118,7,149); }

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

background-color css

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

 a { background-color: rgb(118,7,149); }

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

border-color css

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

 span { border-color: rgb(118,7,149); }

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