Html Css Color HEX #75079D Dark Magenta

📋 copy color: '#75079D'

red 117 ◦ green 7 ◦ blue 157

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

Shades of Dark Magenta #75079D

Tints of Dark Magenta #75079D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.49%

 BLUE value IS 157 (61.72% from 255) = 55.87%

R = 41.64%
G = 2.49%
B = 55.87%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75079D (or 0x75079D) is known color: Dark Magenta. HEX triplet: 75, 07 and 9D. RGB value is (117,7,157). Sum of RGB (Red+Green+Blue) = 117+7+157=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 157 (61.72% from 255 or 55.87% from 281); Max value from RGB is 157 - color contains mainly: blue. Hex color #75079D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75079D is #8AF862. Grayscale: #383838. Windows color (decimal): -9107555 or 10291061. OLE color: 10291061.

HSL color Cylindrical-coordinate representation of color #75079D: hue angle of 284º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #75079D is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 7 157 -
CMYK 0.25 0.96 0 0.38
HSL 284º 0.91% 0.32% -
HSV(B) 284º 0.96% 0.62% -
XYZ 13.5 6.37 32.42 -
YUV 56.99 184.44 170.8 -
System Red Green Blue C M Y K H S L
Decimal 117 7 157 0.25 0.96 0 0.38 284 0.91 0.32
Hex 75 7 9D 19 60 0 26 11C 5B 20
Octal 165 7 235 31 140 0 46 434 133 40
Binary 1110101 111 10011101 11001 1100000 0 100110 100011100 1011011 100000

Color Harmonies of #75079D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75079D

Black with #75079D

Text Example


Text Example

White with #75079D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75079D; }

 p { color: rgb(117,7,157); }

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

background-color css

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

 a { background-color: rgb(117,7,157); }

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

border-color css

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

 span { border-color: rgb(117,7,157); }

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