Html Css Color HEX #75099D Dark Magenta

📋 copy color: '#75099D'

red 117 ◦ green 9 ◦ blue 157

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

Shades of Dark Magenta #75099D

Tints of Dark Magenta #75099D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.18%

 BLUE value IS 157 (61.72% from 255) = 55.48%

R = 41.34%
G = 3.18%
B = 55.48%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75099D (or 0x75099D) is known color: Dark Magenta. HEX triplet: 75, 09 and 9D. RGB value is (117,9,157). Sum of RGB (Red+Green+Blue) = 117+9+157=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 157 (61.72% from 255 or 55.48% from 283); Max value from RGB is 157 - color contains mainly: blue. Hex color #75099D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75099D is #8AF662. Grayscale: #393939. Windows color (decimal): -9107043 or 10291573. OLE color: 10291573.

HSL color Cylindrical-coordinate representation of color #75099D: hue angle of 283.78º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #75099D is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 9 157 -
CMYK 0.25 0.94 0 0.38
HSL 283.78º 0.89% 0.33% -
HSV(B) 283.78º 0.94% 0.62% -
XYZ 13.52 6.41 32.42 -
YUV 58.16 183.78 169.97 -
System Red Green Blue C M Y K H S L
Decimal 117 9 157 0.25 0.94 0 0.38 283.78 0.89 0.33
Hex 75 9 9D 19 5E 0 26 11C 59 21
Octal 165 11 235 31 136 0 46 434 131 41
Binary 1110101 1001 10011101 11001 1011110 0 100110 100011100 1011001 100001

Color Harmonies of #75099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75099D

Black with #75099D

Text Example


Text Example

White with #75099D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75099D; }

 p { color: rgb(117,9,157); }

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

background-color css

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

 a { background-color: rgb(117,9,157); }

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

border-color css

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

 span { border-color: rgb(117,9,157); }

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