#75099B

Color #75099B Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #75099B

Tints of Dark Magenta #75099B

Color information

#75099B (or 0x75099B) is unknown color: approx Dark Magenta. HEX triplet: 75, 09 and 9B. RGB value is (117,9,155). Sum of RGB (Red+Green+Blue) = 117+9+155=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 155 (60.94% from 255 or 55.16% from 281); Max value from RGB is 155 - color contains mainly: blue. Hex color #75099B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75099B is #8AF664. Grayscale: #393939. Windows color (decimal): -9107045 or 10160501. OLE color: 10160501.

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

Color convert

RGB1179155-
CMYK0.250.9400.39
HSL284.38º89.02%32.16%-
HSV(B)284.38º94.19%60.78%-
XYZ13.356.3431.53-
YUV57.94182.78170.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.64%
GREEN value IS 9 (3.91% from 255) = 3.20%
BLUE value IS 155 (60.94% from 255) = 55.16%
R=41.64%
G=3.20%
B=55.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal11791550.250.9400.39284.3889.0232.16
Hex7599B195E02711c5920
Octal165112333113604743413140
Binary111010110011001101111001101111001001111000111001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75099B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #75099B;
 }
 .AnyTagClassName
 {
   color: #75099B;
 }
</style>
background-color css

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

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

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

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

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

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