Html Css Color HEX #760195 Dark Magenta

📋 copy color: '#760195'

red 118 ◦ green 1 ◦ blue 149

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

Shades of Dark Magenta #760195

Tints of Dark Magenta #760195

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 44.03%
G = 0.37%
B = 55.6%

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

#760195 (or 0x760195) is known color: Dark Magenta. HEX triplet: 76, 01 and 95. RGB value is (118,1,149). Sum of RGB (Red+Green+Blue) = 118+1+149=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 149 (58.59% from 255 or 55.60% from 268); Max value from RGB is 149 - color contains mainly: blue. Hex color #760195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760195 is #89FE6A. Grayscale: #343434. Windows color (decimal): -9043563 or 9765238. OLE color: 9765238.

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

Color convert

RGB 118 1 149 -
CMYK 0.21 0.99 0 0.42
HSL 287.43º 0.99% 0.29% -
HSV(B) 287.43º 0.99% 0.58% -
XYZ 12.91 6.04 28.92 -
YUV 52.86 182.26 174.47 -
System Red Green Blue C M Y K H S L
Decimal 118 1 149 0.21 0.99 0 0.42 287.43 0.99 0.29
Hex 76 1 95 15 63 0 2A 11F 63 1D
Octal 166 1 225 25 143 0 52 437 143 35
Binary 1110110 1 10010101 10101 1100011 0 101010 100011111 1100011 11101

Color Harmonies of #760195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760195

Black with #760195

Text Example


Text Example

White with #760195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760195; }

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

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

background-color css

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

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

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

border-color css

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

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

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