Html Css Color HEX #751199 Dark Magenta

📋 copy color: '#751199'

red 117 ◦ green 17 ◦ blue 153

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

Shades of Dark Magenta #751199

Tints of Dark Magenta #751199

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.92%

 BLUE value IS 153 (60.16% from 255) = 53.31%

R = 40.77%
G = 5.92%
B = 53.31%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#751199 (or 0x751199) is known color: Dark Magenta. HEX triplet: 75, 11 and 99. RGB value is (117,17,153). Sum of RGB (Red+Green+Blue) = 117+17+153=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 153 (60.16% from 255 or 53.31% from 287); Max value from RGB is 153 - color contains mainly: blue. Hex color #751199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751199 is #8AEE66. Grayscale: #3D3D3D. Windows color (decimal): -9104999 or 10031477. OLE color: 10031477.

HSL color Cylindrical-coordinate representation of color #751199: hue angle of 284.12º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #751199 is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 117 17 153 -
CMYK 0.24 0.89 0 0.4
HSL 284.12º 0.8% 0.33% -
HSV(B) 284.12º 0.89% 0.6% -
XYZ 13.29 6.48 30.69 -
YUV 62.4 179.13 166.94 -
System Red Green Blue C M Y K H S L
Decimal 117 17 153 0.24 0.89 0 0.4 284.12 0.8 0.33
Hex 75 11 99 18 59 0 28 11C 50 21
Octal 165 21 231 30 131 0 50 434 120 41
Binary 1110101 10001 10011001 11000 1011001 0 101000 100011100 1010000 100001

Color Harmonies of #751199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751199

Black with #751199

Text Example


Text Example

White with #751199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751199; }

 p { color: rgb(117,17,153); }

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

background-color css

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

 a { background-color: rgb(117,17,153); }

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

border-color css

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

 span { border-color: rgb(117,17,153); }

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