Html Css Color HEX #760297 Dark Magenta

📋 copy color: '#760297'

red 118 ◦ green 2 ◦ blue 151

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

Shades of Dark Magenta #760297

Tints of Dark Magenta #760297

RGB

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

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

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

R = 43.54%
G = 0.74%
B = 55.72%

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

#760297 (or 0x760297) is known color: Dark Magenta. HEX triplet: 76, 02 and 97. RGB value is (118,2,151). Sum of RGB (Red+Green+Blue) = 118+2+151=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 151 (59.38% from 255 or 55.72% from 271); Max value from RGB is 151 - color contains mainly: blue. Hex color #760297 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760297 is #89FD68. Grayscale: #353535. Windows color (decimal): -9043305 or 9896566. OLE color: 9896566.

HSL color Cylindrical-coordinate representation of color #760297: hue angle of 286.71º degrees, saturation: 0.97, 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 #760297 is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 2 151 -
CMYK 0.22 0.99 0 0.41
HSL 286.71º 0.97% 0.3% -
HSV(B) 286.71º 0.99% 0.59% -
XYZ 13.08 6.13 29.77 -
YUV 53.67 182.93 173.88 -
System Red Green Blue C M Y K H S L
Decimal 118 2 151 0.22 0.99 0 0.41 286.71 0.97 0.3
Hex 76 2 97 16 63 0 29 11F 61 1E
Octal 166 2 227 26 143 0 51 437 141 36
Binary 1110110 10 10010111 10110 1100011 0 101001 100011111 1100001 11110

Color Harmonies of #760297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760297

Black with #760297

Text Example


Text Example

White with #760297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760297; }

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

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

background-color css

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

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

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

border-color css

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

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

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