Html Css Color HEX #760197 Dark Magenta

📋 copy color: '#760197'

red 118 ◦ green 1 ◦ blue 151

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

Shades of Dark Magenta #760197

Tints of Dark Magenta #760197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 55.93%

R = 43.7%
G = 0.37%
B = 55.93%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#760197 (or 0x760197) is known color: Dark Magenta. HEX triplet: 76, 01 and 97. RGB value is (118,1,151). Sum of RGB (Red+Green+Blue) = 118+1+151=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 151 (59.38% from 255 or 55.93% from 270); Max value from RGB is 151 - color contains mainly: blue. Hex color #760197 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760197 is #89FE68. Grayscale: #343434. Windows color (decimal): -9043561 or 9896310. OLE color: 9896310.

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

Color convert

RGB 118 1 151 -
CMYK 0.22 0.99 0 0.41
HSL 286.8º 0.99% 0.3% -
HSV(B) 286.8º 0.99% 0.59% -
XYZ 13.07 6.11 29.77 -
YUV 53.08 183.26 174.3 -
System Red Green Blue C M Y K H S L
Decimal 118 1 151 0.22 0.99 0 0.41 286.8 0.99 0.3
Hex 76 1 97 16 63 0 29 11F 63 1E
Octal 166 1 227 26 143 0 51 437 143 36
Binary 1110110 1 10010111 10110 1100011 0 101001 100011111 1100011 11110

Color Harmonies of #760197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760197

Black with #760197

Text Example


Text Example

White with #760197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760197; }

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

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

background-color css

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

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

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

border-color css

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

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

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