Html Css Color HEX #751397 Dark Magenta

📋 copy color: '#751397'

red 117 ◦ green 19 ◦ blue 151

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

Shades of Dark Magenta #751397

Tints of Dark Magenta #751397

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.62%

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

R = 40.77%
G = 6.62%
B = 52.61%

CMYK

 C value IS 0.23

 M value IS 0.87

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#751397 (or 0x751397) is known color: Dark Magenta. HEX triplet: 75, 13 and 97. RGB value is (117,19,151). Sum of RGB (Red+Green+Blue) = 117+19+151=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 151 (59.38% from 255 or 52.61% from 287); Max value from RGB is 151 - color contains mainly: blue. Hex color #751397 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751397 is #8AEC68. Grayscale: #3E3E3E. Windows color (decimal): -9104489 or 9900917. OLE color: 9900917.

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

Color convert

RGB 117 19 151 -
CMYK 0.23 0.87 0 0.41
HSL 284.55º 0.78% 0.33% -
HSV(B) 284.55º 0.87% 0.59% -
XYZ 13.15 6.48 29.84 -
YUV 63.35 177.47 166.27 -
System Red Green Blue C M Y K H S L
Decimal 117 19 151 0.23 0.87 0 0.41 284.55 0.78 0.33
Hex 75 13 97 17 57 0 29 11D 4E 21
Octal 165 23 227 27 127 0 51 435 116 41
Binary 1110101 10011 10010111 10111 1010111 0 101001 100011101 1001110 100001

Color Harmonies of #751397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751397

Black with #751397

Text Example


Text Example

White with #751397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751397; }

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

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

background-color css

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

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

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

border-color css

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

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

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