Html Css Color HEX #750099 Dark Magenta

📋 copy color: '#750099'

red 117 ◦ green 0 ◦ blue 153

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

Shades of Dark Magenta #750099

Tints of Dark Magenta #750099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 56.67%

R = 43.33%
G = 0%
B = 56.67%

CMYK

 C value IS 0.24

 M value IS 1

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#750099 (or 0x750099) is known color: Dark Magenta. HEX triplet: 75, 00 and 99. RGB value is (117,0,153). Sum of RGB (Red+Green+Blue) = 117+0+153=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 153 (60.16% from 255 or 56.67% from 270); Max value from RGB is 153 - color contains mainly: blue. Hex color #750099 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750099 is #8AFF66. Grayscale: #333333. Windows color (decimal): -9109351 or 10027125. OLE color: 10027125.

HSL color Cylindrical-coordinate representation of color #750099: hue angle of 285.88º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #750099 is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 117 0 153 -
CMYK 0.24 1 0 0.4
HSL 285.88º 1% 0.3% -
HSV(B) 285.88º 1% 0.6% -
XYZ 13.09 6.08 30.62 -
YUV 52.43 184.76 174.06 -
System Red Green Blue C M Y K H S L
Decimal 117 0 153 0.24 1 0 0.4 285.88 1 0.3
Hex 75 0 99 18 64 0 28 11E 64 1E
Octal 165 0 231 30 144 0 50 436 144 36
Binary 1110101 0 10011001 11000 1100100 0 101000 100011110 1100100 11110

Color Harmonies of #750099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750099

Black with #750099

Text Example


Text Example

White with #750099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750099; }

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

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

background-color css

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

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

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

border-color css

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

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

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