Html Css Color HEX #75039C Dark Magenta

📋 copy color: '#75039C'

red 117 ◦ green 3 ◦ blue 156

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

Shades of Dark Magenta #75039C

Tints of Dark Magenta #75039C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.09%

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

R = 42.39%
G = 1.09%
B = 56.52%

CMYK

 C value IS 0.25

 M value IS 0.98

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75039C (or 0x75039C) is known color: Dark Magenta. HEX triplet: 75, 03 and 9C. RGB value is (117,3,156). Sum of RGB (Red+Green+Blue) = 117+3+156=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 156 (61.33% from 255 or 56.52% from 276); Max value from RGB is 156 - color contains mainly: blue. Hex color #75039C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75039C is #8AFC63. Grayscale: #363636. Windows color (decimal): -9108580 or 10224501. OLE color: 10224501.

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

Color convert

RGB 117 3 156 -
CMYK 0.25 0.98 0 0.39
HSL 284.71º 0.96% 0.31% -
HSV(B) 284.71º 0.98% 0.61% -
XYZ 13.37 6.25 31.95 -
YUV 54.53 185.27 172.56 -
System Red Green Blue C M Y K H S L
Decimal 117 3 156 0.25 0.98 0 0.39 284.71 0.96 0.31
Hex 75 3 9C 19 62 0 27 11D 60 1F
Octal 165 3 234 31 142 0 47 435 140 37
Binary 1110101 11 10011100 11001 1100010 0 100111 100011101 1100000 11111

Color Harmonies of #75039C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75039C

Black with #75039C

Text Example


Text Example

White with #75039C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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