Html Css Color HEX #750696 Dark Magenta

📋 copy color: '#750696'

red 117 ◦ green 6 ◦ blue 150

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

Shades of Dark Magenta #750696

Tints of Dark Magenta #750696

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.2%

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

R = 42.86%
G = 2.2%
B = 54.95%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#750696 (or 0x750696) is known color: Dark Magenta. HEX triplet: 75, 06 and 96. RGB value is (117,6,150). Sum of RGB (Red+Green+Blue) = 117+6+150=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 150 (58.98% from 255 or 54.95% from 273); Max value from RGB is 150 - color contains mainly: blue. Hex color #750696 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750696 is #8AF969. Grayscale: #373737. Windows color (decimal): -9107818 or 9832053. OLE color: 9832053.

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

Color convert

RGB 117 6 150 -
CMYK 0.22 0.96 0 0.41
HSL 286.25º 0.92% 0.31% -
HSV(B) 286.25º 0.96% 0.59% -
XYZ 12.91 6.11 29.35 -
YUV 55.61 181.27 171.79 -
System Red Green Blue C M Y K H S L
Decimal 117 6 150 0.22 0.96 0 0.41 286.25 0.92 0.31
Hex 75 6 96 16 60 0 29 11E 5C 1F
Octal 165 6 226 26 140 0 51 436 134 37
Binary 1110101 110 10010110 10110 1100000 0 101001 100011110 1011100 11111

Color Harmonies of #750696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750696

Black with #750696

Text Example


Text Example

White with #750696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750696; }

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

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

background-color css

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

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

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

border-color css

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

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

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