Html Css Color HEX #75059B Dark Magenta

📋 copy color: '#75059B'

red 117 ◦ green 5 ◦ blue 155

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

Shades of Dark Magenta #75059B

Tints of Dark Magenta #75059B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 55.96%

R = 42.24%
G = 1.81%
B = 55.96%

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

#75059B (or 0x75059B) is known color: Dark Magenta. HEX triplet: 75, 05 and 9B. RGB value is (117,5,155). Sum of RGB (Red+Green+Blue) = 117+5+155=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 155 (60.94% from 255 or 55.96% from 277); Max value from RGB is 155 - color contains mainly: blue. Hex color #75059B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75059B is #8AFA64. Grayscale: #373737. Windows color (decimal): -9108069 or 10159477. OLE color: 10159477.

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

Color convert

RGB 117 5 155 -
CMYK 0.25 0.97 0 0.39
HSL 284.8º 0.94% 0.31% -
HSV(B) 284.8º 0.97% 0.61% -
XYZ 13.31 6.26 31.52 -
YUV 55.59 184.11 171.8 -
System Red Green Blue C M Y K H S L
Decimal 117 5 155 0.25 0.97 0 0.39 284.8 0.94 0.31
Hex 75 5 9B 19 61 0 27 11D 5E 1F
Octal 165 5 233 31 141 0 47 435 136 37
Binary 1110101 101 10011011 11001 1100001 0 100111 100011101 1011110 11111

Color Harmonies of #75059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75059B

Black with #75059B

Text Example


Text Example

White with #75059B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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