Html Css Color HEX #750096 Dark Magenta

📋 copy color: '#750096'

red 117 ◦ green 0 ◦ blue 150

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

Shades of Dark Magenta #750096

Tints of Dark Magenta #750096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 56.18%

R = 43.82%
G = 0%
B = 56.18%

CMYK

 C value IS 0.22

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#750096 (or 0x750096) is known color: Dark Magenta. HEX triplet: 75, 00 and 96. RGB value is (117,0,150). Sum of RGB (Red+Green+Blue) = 117+0+150=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 150 (58.98% from 255 or 56.18% from 267); Max value from RGB is 150 - color contains mainly: blue. Hex color #750096 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750096 is #8AFF69. Grayscale: #333333. Windows color (decimal): -9109354 or 9830517. OLE color: 9830517.

HSL color Cylindrical-coordinate representation of color #750096: hue angle of 286.8º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #750096 is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 0 150 -
CMYK 0.22 1 0 0.41
HSL 286.8º 1% 0.29% -
HSV(B) 286.8º 1% 0.59% -
XYZ 12.84 5.98 29.33 -
YUV 52.08 183.26 174.3 -
System Red Green Blue C M Y K H S L
Decimal 117 0 150 0.22 1 0 0.41 286.8 1 0.29
Hex 75 0 96 16 64 0 29 11F 64 1D
Octal 165 0 226 26 144 0 51 437 144 35
Binary 1110101 0 10010110 10110 1100100 0 101001 100011111 1100100 11101

Color Harmonies of #750096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750096

Black with #750096

Text Example


Text Example

White with #750096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750096; }

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

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

background-color css

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

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

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

border-color css

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

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

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