Html Css Color HEX #760295 Dark Magenta

📋 copy color: '#760295'

red 118 ◦ green 2 ◦ blue 149

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

Shades of Dark Magenta #760295

Tints of Dark Magenta #760295

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.74%

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

R = 43.87%
G = 0.74%
B = 55.39%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#760295 (or 0x760295) is known color: Dark Magenta. HEX triplet: 76, 02 and 95. RGB value is (118,2,149). Sum of RGB (Red+Green+Blue) = 118+2+149=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 149 (58.59% from 255 or 55.39% from 269); Max value from RGB is 149 - color contains mainly: blue. Hex color #760295 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760295 is #89FD6A. Grayscale: #343434. Windows color (decimal): -9043307 or 9765494. OLE color: 9765494.

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

Color convert

RGB 118 2 149 -
CMYK 0.21 0.99 0 0.42
HSL 287.35º 0.97% 0.3% -
HSV(B) 287.35º 0.99% 0.58% -
XYZ 12.92 6.06 28.92 -
YUV 53.44 181.93 174.05 -
System Red Green Blue C M Y K H S L
Decimal 118 2 149 0.21 0.99 0 0.42 287.35 0.97 0.3
Hex 76 2 95 15 63 0 2A 11F 61 1E
Octal 166 2 225 25 143 0 52 437 141 36
Binary 1110110 10 10010101 10101 1100011 0 101010 100011111 1100001 11110

Color Harmonies of #760295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760295

Black with #760295

Text Example


Text Example

White with #760295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760295; }

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

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

background-color css

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

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

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

border-color css

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

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

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