Html Css Color HEX #75089F Dark Magenta

📋 copy color: '#75089F'

red 117 ◦ green 8 ◦ blue 159

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

Shades of Dark Magenta #75089F

Tints of Dark Magenta #75089F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.82%

 BLUE value IS 159 (62.5% from 255) = 55.99%

R = 41.2%
G = 2.82%
B = 55.99%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75089F (or 0x75089F) is known color: Dark Magenta. HEX triplet: 75, 08 and 9F. RGB value is (117,8,159). Sum of RGB (Red+Green+Blue) = 117+8+159=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 159 (62.5% from 255 or 55.99% from 284); Max value from RGB is 159 - color contains mainly: blue. Hex color #75089F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75089F is #8AF760. Grayscale: #393939. Windows color (decimal): -9107297 or 10422389. OLE color: 10422389.

HSL color Cylindrical-coordinate representation of color #75089F: hue angle of 283.31º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #75089F is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 8 159 -
CMYK 0.26 0.95 0 0.38
HSL 283.31º 0.9% 0.33% -
HSV(B) 283.31º 0.95% 0.62% -
XYZ 13.68 6.46 33.33 -
YUV 57.81 185.11 170.22 -
System Red Green Blue C M Y K H S L
Decimal 117 8 159 0.26 0.95 0 0.38 283.31 0.9 0.33
Hex 75 8 9F 1A 5F 0 26 11B 5A 21
Octal 165 10 237 32 137 0 46 433 132 41
Binary 1110101 1000 10011111 11010 1011111 0 100110 100011011 1011010 100001

Color Harmonies of #75089F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75089F

Black with #75089F

Text Example


Text Example

White with #75089F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75089F; }

 p { color: rgb(117,8,159); }

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

background-color css

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

 a { background-color: rgb(117,8,159); }

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

border-color css

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

 span { border-color: rgb(117,8,159); }

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