Html Css Color HEX #750897 Dark Magenta

📋 copy color: '#750897'

red 117 ◦ green 8 ◦ blue 151

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

Shades of Dark Magenta #750897

Tints of Dark Magenta #750897

RGB

 RED value IS 117 (46.09% from 255) = 42.39%

 GREEN value IS 8 (3.52% from 255) = 2.9%

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

R = 42.39%
G = 2.9%
B = 54.71%

CMYK

 C value IS 0.23

 M value IS 0.95

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#750897 (or 0x750897) is known color: Dark Magenta. HEX triplet: 75, 08 and 97. RGB value is (117,8,151). Sum of RGB (Red+Green+Blue) = 117+8+151=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 151 (59.38% from 255 or 54.71% from 276); Max value from RGB is 151 - color contains mainly: blue. Hex color #750897 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750897 is #8AF768. Grayscale: #383838. Windows color (decimal): -9107305 or 9898101. OLE color: 9898101.

HSL color Cylindrical-coordinate representation of color #750897: hue angle of 285.73º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #750897 is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 8 151 -
CMYK 0.23 0.95 0 0.41
HSL 285.73º 0.9% 0.31% -
HSV(B) 285.73º 0.95% 0.59% -
XYZ 13.01 6.19 29.79 -
YUV 56.89 181.11 170.87 -
System Red Green Blue C M Y K H S L
Decimal 117 8 151 0.23 0.95 0 0.41 285.73 0.9 0.31
Hex 75 8 97 17 5F 0 29 11E 5A 1F
Octal 165 10 227 27 137 0 51 436 132 37
Binary 1110101 1000 10010111 10111 1011111 0 101001 100011110 1011010 11111

Color Harmonies of #750897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750897

Black with #750897

Text Example


Text Example

White with #750897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750897; }

 p { color: rgb(117,8,151); }

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

background-color css

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

 a { background-color: rgb(117,8,151); }

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

border-color css

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

 span { border-color: rgb(117,8,151); }

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