Html Css Color HEX #75059C Dark Magenta

📋 copy color: '#75059C'

red 117 ◦ green 5 ◦ blue 156

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

Shades of Dark Magenta #75059C

Tints of Dark Magenta #75059C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.8%

 BLUE value IS 156 (61.33% from 255) = 56.12%

R = 42.09%
G = 1.8%
B = 56.12%

CMYK

 C value IS 0.25

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75059C (or 0x75059C) is known color: Dark Magenta. HEX triplet: 75, 05 and 9C. RGB value is (117,5,156). Sum of RGB (Red+Green+Blue) = 117+5+156=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 156 (61.33% from 255 or 56.12% from 278); Max value from RGB is 156 - color contains mainly: blue. Hex color #75059C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75059C is #8AFA63. Grayscale: #373737. Windows color (decimal): -9108068 or 10225013. OLE color: 10225013.

HSL color Cylindrical-coordinate representation of color #75059C: hue angle of 284.5º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #75059C is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 5 156 -
CMYK 0.25 0.97 0 0.39
HSL 284.5º 0.94% 0.32% -
HSV(B) 284.5º 0.97% 0.61% -
XYZ 13.39 6.29 31.96 -
YUV 55.7 184.61 171.72 -
System Red Green Blue C M Y K H S L
Decimal 117 5 156 0.25 0.97 0 0.39 284.5 0.94 0.32
Hex 75 5 9C 19 61 0 27 11D 5E 20
Octal 165 5 234 31 141 0 47 435 136 40
Binary 1110101 101 10011100 11001 1100001 0 100111 100011101 1011110 100000

Color Harmonies of #75059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75059C

Black with #75059C

Text Example


Text Example

White with #75059C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75059C; }

 p { color: rgb(117,5,156); }

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

background-color css

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

 a { background-color: rgb(117,5,156); }

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

border-color css

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

 span { border-color: rgb(117,5,156); }

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