Html Css Color HEX #75005D Eggplant

📋 copy color: '#75005D'

red 117 ◦ green 0 ◦ blue 93

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

Shades of Eggplant #75005D

Tints of Eggplant #75005D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.71%
G = 0%
B = 44.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#75005D (or 0x75005D) is known color: Eggplant. HEX triplet: 75, 00 and 5D. RGB value is (117,0,93). Sum of RGB (Red+Green+Blue) = 117+0+93=210 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.71% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 93 (36.72% from 255 or 44.29% from 210); Max value from RGB is 117 - color contains mainly: red. Hex color #75005D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75005D is #8AFFA2. Grayscale: #2D2D2D. Windows color (decimal): -9109411 or 6094965. OLE color: 6094965.

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

Color convert

RGB 117 0 93 -
CMYK 0 1 0.21 0.54
HSL 312.31º 1% 0.23% -
HSV(B) 312.31º 1% 0.46% -
XYZ 9.31 4.57 10.75 -
YUV 45.59 154.76 178.94 -
System Red Green Blue C M Y K H S L
Decimal 117 0 93 0 1 0.21 0.54 312.31 1 0.23
Hex 75 0 5D 0 64 15 36 138 64 17
Octal 165 0 135 0 144 25 66 470 144 27
Binary 1110101 0 1011101 0 1100100 10101 110110 100111000 1100100 10111

Color Harmonies of #75005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75005D

Black with #75005D

Text Example


Text Example

White with #75005D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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