Html Css Color HEX #75009D Dark Magenta

📋 copy color: '#75009D'

red 117 ◦ green 0 ◦ blue 157

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

Shades of Dark Magenta #75009D

Tints of Dark Magenta #75009D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 42.7%
G = 0%
B = 57.3%

CMYK

 C value IS 0.25

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75009D (or 0x75009D) is known color: Dark Magenta. HEX triplet: 75, 00 and 9D. RGB value is (117,0,157). Sum of RGB (Red+Green+Blue) = 117+0+157=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 157 (61.72% from 255 or 57.30% from 274); Max value from RGB is 157 - color contains mainly: blue. Hex color #75009D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75009D is #8AFF62. Grayscale: #343434. Windows color (decimal): -9109347 or 10289269. OLE color: 10289269.

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

Color convert

RGB 117 0 157 -
CMYK 0.25 1 0 0.38
HSL 284.71º 1% 0.31% -
HSV(B) 284.71º 1% 0.62% -
XYZ 13.42 6.22 32.39 -
YUV 52.88 186.76 173.73 -
System Red Green Blue C M Y K H S L
Decimal 117 0 157 0.25 1 0 0.38 284.71 1 0.31
Hex 75 0 9D 19 64 0 26 11D 64 1F
Octal 165 0 235 31 144 0 46 435 144 37
Binary 1110101 0 10011101 11001 1100100 0 100110 100011101 1100100 11111

Color Harmonies of #75009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75009D

Black with #75009D

Text Example


Text Example

White with #75009D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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