Html Css Color HEX #750F99 Dark Magenta

📋 copy color: '#750F99'

red 117 ◦ green 15 ◦ blue 153

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

Shades of Dark Magenta #750F99

Tints of Dark Magenta #750F99

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.26%

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

R = 41.05%
G = 5.26%
B = 53.68%

CMYK

 C value IS 0.24

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#750F99 (or 0x750F99) is known color: Dark Magenta. HEX triplet: 75, 0F and 99. RGB value is (117,15,153). Sum of RGB (Red+Green+Blue) = 117+15+153=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 15 (6.25% from 255 or 5.26% from 285); Blue value is 153 (60.16% from 255 or 53.68% from 285); Max value from RGB is 153 - color contains mainly: blue. Hex color #750F99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750F99 is #8AF066. Grayscale: #3C3C3C. Windows color (decimal): -9105511 or 10030965. OLE color: 10030965.

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

Color convert

RGB 117 15 153 -
CMYK 0.24 0.90 0 0.4
HSL 284.35º 0.82% 0.33% -
HSV(B) 284.35º 0.9% 0.6% -
XYZ 13.26 6.42 30.68 -
YUV 61.23 179.79 167.78 -
System Red Green Blue C M Y K H S L
Decimal 117 15 153 0.24 0.90 0 0.4 284.35 0.82 0.33
Hex 75 F 99 18 5A 0 28 11C 52 21
Octal 165 17 231 30 132 0 50 434 122 41
Binary 1110101 1111 10011001 11000 1011010 0 101000 100011100 1010010 100001

Color Harmonies of #750F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750F99

Black with #750F99

Text Example


Text Example

White with #750F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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