Html Css Color HEX #760395 Dark Magenta

📋 copy color: '#760395'

red 118 ◦ green 3 ◦ blue 149

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

Shades of Dark Magenta #760395

Tints of Dark Magenta #760395

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.11%

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

R = 43.7%
G = 1.11%
B = 55.19%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#760395 (or 0x760395) is known color: Dark Magenta. HEX triplet: 76, 03 and 95. RGB value is (118,3,149). Sum of RGB (Red+Green+Blue) = 118+3+149=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 149 (58.59% from 255 or 55.19% from 270); Max value from RGB is 149 - color contains mainly: blue. Hex color #760395 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760395 is #89FC6A. Grayscale: #353535. Windows color (decimal): -9043051 or 9765750. OLE color: 9765750.

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

Color convert

RGB 118 3 149 -
CMYK 0.21 0.98 0 0.42
HSL 287.26º 0.96% 0.3% -
HSV(B) 287.26º 0.98% 0.58% -
XYZ 12.93 6.09 28.93 -
YUV 54.03 181.6 173.63 -
System Red Green Blue C M Y K H S L
Decimal 118 3 149 0.21 0.98 0 0.42 287.26 0.96 0.3
Hex 76 3 95 15 62 0 2A 11F 60 1E
Octal 166 3 225 25 142 0 52 437 140 36
Binary 1110110 11 10010101 10101 1100010 0 101010 100011111 1100000 11110

Color Harmonies of #760395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760395

Black with #760395

Text Example


Text Example

White with #760395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760395; }

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

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

background-color css

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

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

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

border-color css

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

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

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