Html Css Color HEX #750699 Dark Magenta

📋 copy color: '#750699'

red 117 ◦ green 6 ◦ blue 153

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

Shades of Dark Magenta #750699

Tints of Dark Magenta #750699

RGB

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

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

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

R = 42.39%
G = 2.17%
B = 55.43%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#750699 (or 0x750699) is known color: Dark Magenta. HEX triplet: 75, 06 and 99. RGB value is (117,6,153). Sum of RGB (Red+Green+Blue) = 117+6+153=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 6 (2.73% from 255 or 2.17% from 276); Blue value is 153 (60.16% from 255 or 55.43% from 276); Max value from RGB is 153 - color contains mainly: blue. Hex color #750699 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750699 is #8AF966. Grayscale: #373737. Windows color (decimal): -9107815 or 10028661. OLE color: 10028661.

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

Color convert

RGB 117 6 153 -
CMYK 0.24 0.96 0 0.4
HSL 285.31º 0.92% 0.31% -
HSV(B) 285.31º 0.96% 0.6% -
XYZ 13.15 6.21 30.64 -
YUV 55.95 182.77 171.55 -
System Red Green Blue C M Y K H S L
Decimal 117 6 153 0.24 0.96 0 0.4 285.31 0.92 0.31
Hex 75 6 99 18 60 0 28 11D 5C 1F
Octal 165 6 231 30 140 0 50 435 134 37
Binary 1110101 110 10011001 11000 1100000 0 101000 100011101 1011100 11111

Color Harmonies of #750699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750699

Black with #750699

Text Example


Text Example

White with #750699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750699; }

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

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

background-color css

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

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

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

border-color css

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

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

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