Html Css Color HEX #751297 Dark Magenta

📋 copy color: '#751297'

red 117 ◦ green 18 ◦ blue 151

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

Shades of Dark Magenta #751297

Tints of Dark Magenta #751297

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.29%

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

R = 40.91%
G = 6.29%
B = 52.8%

CMYK

 C value IS 0.23

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#751297 (or 0x751297) is known color: Dark Magenta. HEX triplet: 75, 12 and 97. RGB value is (117,18,151). Sum of RGB (Red+Green+Blue) = 117+18+151=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 18 (7.42% from 255 or 6.29% from 286); Blue value is 151 (59.38% from 255 or 52.80% from 286); Max value from RGB is 151 - color contains mainly: blue. Hex color #751297 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751297 is #8AED68. Grayscale: #3E3E3E. Windows color (decimal): -9104745 or 9900661. OLE color: 9900661.

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

Color convert

RGB 117 18 151 -
CMYK 0.23 0.88 0 0.41
HSL 284.66º 0.79% 0.33% -
HSV(B) 284.66º 0.88% 0.59% -
XYZ 13.14 6.45 29.83 -
YUV 62.76 177.8 166.69 -
System Red Green Blue C M Y K H S L
Decimal 117 18 151 0.23 0.88 0 0.41 284.66 0.79 0.33
Hex 75 12 97 17 58 0 29 11D 4F 21
Octal 165 22 227 27 130 0 51 435 117 41
Binary 1110101 10010 10010111 10111 1011000 0 101001 100011101 1001111 100001

Color Harmonies of #751297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751297

Black with #751297

Text Example


Text Example

White with #751297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751297; }

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

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

background-color css

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

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

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

border-color css

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

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

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