Html Css Color HEX #75029B Dark Magenta

📋 copy color: '#75029B'

red 117 ◦ green 2 ◦ blue 155

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

Shades of Dark Magenta #75029B

Tints of Dark Magenta #75029B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.73%

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

R = 42.7%
G = 0.73%
B = 56.57%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75029B (or 0x75029B) is known color: Dark Magenta. HEX triplet: 75, 02 and 9B. RGB value is (117,2,155). Sum of RGB (Red+Green+Blue) = 117+2+155=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 155 (60.94% from 255 or 56.57% from 274); Max value from RGB is 155 - color contains mainly: blue. Hex color #75029B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75029B is #8AFD64. Grayscale: #353535. Windows color (decimal): -9108837 or 10158709. OLE color: 10158709.

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

Color convert

RGB 117 2 155 -
CMYK 0.25 0.99 0 0.39
HSL 285.1º 0.97% 0.31% -
HSV(B) 285.1º 0.99% 0.61% -
XYZ 13.27 6.19 31.51 -
YUV 53.83 185.1 173.06 -
System Red Green Blue C M Y K H S L
Decimal 117 2 155 0.25 0.99 0 0.39 285.1 0.97 0.31
Hex 75 2 9B 19 63 0 27 11D 61 1F
Octal 165 2 233 31 143 0 47 435 141 37
Binary 1110101 10 10011011 11001 1100011 0 100111 100011101 1100001 11111

Color Harmonies of #75029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75029B

Black with #75029B

Text Example


Text Example

White with #75029B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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