Html Css Color HEX #75009C Dark Magenta

📋 copy color: '#75009C'

red 117 ◦ green 0 ◦ blue 156

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

Shades of Dark Magenta #75009C

Tints of Dark Magenta #75009C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 57.14%

R = 42.86%
G = 0%
B = 57.14%

CMYK

 C value IS 0.25

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75009C (or 0x75009C) is known color: Dark Magenta. HEX triplet: 75, 00 and 9C. RGB value is (117,0,156). Sum of RGB (Red+Green+Blue) = 117+0+156=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 156 (61.33% from 255 or 57.14% from 273); Max value from RGB is 156 - color contains mainly: blue. Hex color #75009C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75009C is #8AFF63. Grayscale: #343434. Windows color (decimal): -9109348 or 10223733. OLE color: 10223733.

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

Color convert

RGB 117 0 156 -
CMYK 0.25 1 0 0.39
HSL 285º 1% 0.31% -
HSV(B) 285º 1% 0.61% -
XYZ 13.34 6.18 31.94 -
YUV 52.77 186.26 173.82 -
System Red Green Blue C M Y K H S L
Decimal 117 0 156 0.25 1 0 0.39 285 1 0.31
Hex 75 0 9C 19 64 0 27 11D 64 1F
Octal 165 0 234 31 144 0 47 435 144 37
Binary 1110101 0 10011100 11001 1100100 0 100111 100011101 1100100 11111

Color Harmonies of #75009C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75009C

Black with #75009C

Text Example


Text Example

White with #75009C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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