Html Css Color HEX #750197 Dark Magenta

📋 copy color: '#750197'

red 117 ◦ green 1 ◦ blue 151

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

Shades of Dark Magenta #750197

Tints of Dark Magenta #750197

RGB

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

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

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

R = 43.49%
G = 0.37%
B = 56.13%

CMYK

 C value IS 0.23

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#750197 (or 0x750197) is known color: Dark Magenta. HEX triplet: 75, 01 and 97. RGB value is (117,1,151). Sum of RGB (Red+Green+Blue) = 117+1+151=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 151 (59.38% from 255 or 56.13% from 269); Max value from RGB is 151 - color contains mainly: blue. Hex color #750197 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750197 is #8AFE68. Grayscale: #343434. Windows color (decimal): -9109097 or 9896309. OLE color: 9896309.

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

Color convert

RGB 117 1 151 -
CMYK 0.23 0.99 0 0.41
HSL 286.4º 0.99% 0.3% -
HSV(B) 286.4º 0.99% 0.59% -
XYZ 12.93 6.04 29.76 -
YUV 52.78 183.43 173.8 -
System Red Green Blue C M Y K H S L
Decimal 117 1 151 0.23 0.99 0 0.41 286.4 0.99 0.3
Hex 75 1 97 17 63 0 29 11E 63 1E
Octal 165 1 227 27 143 0 51 436 143 36
Binary 1110101 1 10010111 10111 1100011 0 101001 100011110 1100011 11110

Color Harmonies of #750197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750197

Black with #750197

Text Example


Text Example

White with #750197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750197; }

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

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

background-color css

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

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

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

border-color css

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

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

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