Html Css Color HEX #75109D Dark Magenta

📋 copy color: '#75109D'

red 117 ◦ green 16 ◦ blue 157

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

Shades of Dark Magenta #75109D

Tints of Dark Magenta #75109D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.52%

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

R = 40.34%
G = 5.52%
B = 54.14%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75109D (or 0x75109D) is known color: Dark Magenta. HEX triplet: 75, 10 and 9D. RGB value is (117,16,157). Sum of RGB (Red+Green+Blue) = 117+16+157=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 16 (6.64% from 255 or 5.52% from 290); Blue value is 157 (61.72% from 255 or 54.14% from 290); Max value from RGB is 157 - color contains mainly: blue. Hex color #75109D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75109D is #8AEF62. Grayscale: #3D3D3D. Windows color (decimal): -9105251 or 10293365. OLE color: 10293365.

HSL color Cylindrical-coordinate representation of color #75109D: hue angle of 282.98º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #75109D is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 16 157 -
CMYK 0.25 0.90 0 0.38
HSL 282.98º 0.82% 0.34% -
HSV(B) 282.98º 0.9% 0.62% -
XYZ 13.61 6.59 32.45 -
YUV 62.27 181.46 167.04 -
System Red Green Blue C M Y K H S L
Decimal 117 16 157 0.25 0.90 0 0.38 282.98 0.82 0.34
Hex 75 10 9D 19 5A 0 26 11B 52 22
Octal 165 20 235 31 132 0 46 433 122 42
Binary 1110101 10000 10011101 11001 1011010 0 100110 100011011 1010010 100010

Color Harmonies of #75109D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75109D

Black with #75109D

Text Example


Text Example

White with #75109D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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