Html Css Color HEX #751097 Dark Magenta

📋 copy color: '#751097'

red 117 ◦ green 16 ◦ blue 151

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

Shades of Dark Magenta #751097

Tints of Dark Magenta #751097

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.63%

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

R = 41.2%
G = 5.63%
B = 53.17%

CMYK

 C value IS 0.23

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#751097 (or 0x751097) is known color: Dark Magenta. HEX triplet: 75, 10 and 97. RGB value is (117,16,151). Sum of RGB (Red+Green+Blue) = 117+16+151=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 151 (59.38% from 255 or 53.17% from 284); Max value from RGB is 151 - color contains mainly: blue. Hex color #751097 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751097 is #8AEF68. Grayscale: #3D3D3D. Windows color (decimal): -9105257 or 9900149. OLE color: 9900149.

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

Color convert

RGB 117 16 151 -
CMYK 0.23 0.89 0 0.41
HSL 284.89º 0.81% 0.33% -
HSV(B) 284.89º 0.89% 0.59% -
XYZ 13.11 6.39 29.82 -
YUV 61.59 178.46 167.52 -
System Red Green Blue C M Y K H S L
Decimal 117 16 151 0.23 0.89 0 0.41 284.89 0.81 0.33
Hex 75 10 97 17 59 0 29 11D 51 21
Octal 165 20 227 27 131 0 51 435 121 41
Binary 1110101 10000 10010111 10111 1011001 0 101001 100011101 1010001 100001

Color Harmonies of #751097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751097

Black with #751097

Text Example


Text Example

White with #751097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751097; }

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

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

background-color css

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

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

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

border-color css

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

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

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