Html Css Color HEX #75045D Eggplant

📋 copy color: '#75045D'

red 117 ◦ green 4 ◦ blue 93

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

Shades of Eggplant #75045D

Tints of Eggplant #75045D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.87%

 BLUE value IS 93 (36.72% from 255) = 43.46%

R = 54.67%
G = 1.87%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#75045D (or 0x75045D) is known color: Eggplant. HEX triplet: 75, 04 and 5D. RGB value is (117,4,93). Sum of RGB (Red+Green+Blue) = 117+4+93=214 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.67% from 214); Green value is 4 (1.95% from 255 or 1.87% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 117 - color contains mainly: red. Hex color #75045D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75045D is #8AFBA2. Grayscale: #2F2F2F. Windows color (decimal): -9108387 or 6095989. OLE color: 6095989.

HSL color Cylindrical-coordinate representation of color #75045D: hue angle of 312.74º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #75045D is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 4 93 -
CMYK 0 0.97 0.21 0.54
HSL 312.74º 0.93% 0.24% -
HSV(B) 312.74º 0.97% 0.46% -
XYZ 9.36 4.66 10.76 -
YUV 47.93 153.44 177.26 -
System Red Green Blue C M Y K H S L
Decimal 117 4 93 0 0.97 0.21 0.54 312.74 0.93 0.24
Hex 75 4 5D 0 61 15 36 139 5D 18
Octal 165 4 135 0 141 25 66 471 135 30
Binary 1110101 100 1011101 0 1100001 10101 110110 100111001 1011101 11000

Color Harmonies of #75045D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75045D

Black with #75045D

Text Example


Text Example

White with #75045D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75045D; }

 p { color: rgb(117,4,93); }

 H1.HeaderClassName
 {
   color: #75045D;
 }
 .AnyTagClassName
 {
   color: #75045D;
 }
</style>

background-color css

<style>
 a { background-color: #75045D; }

 a { background-color: rgb(117,4,93); }

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

border-color css

<style>
 span { border-color: #75045D; }

 span { border-color: rgb(117,4,93); }

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