Html Css Color HEX #75025D Eggplant

📋 copy color: '#75025D'

red 117 ◦ green 2 ◦ blue 93

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

Shades of Eggplant #75025D

Tints of Eggplant #75025D

RGB

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

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

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

R = 55.19%
G = 0.94%
B = 43.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#75025D (or 0x75025D) is known color: Eggplant. HEX triplet: 75, 02 and 5D. RGB value is (117,2,93). Sum of RGB (Red+Green+Blue) = 117+2+93=212 (28% of max value = 765). Red value is 117 (46.09% from 255 or 55.19% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 117 - color contains mainly: red. Hex color #75025D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75025D is #8AFDA2. Grayscale: #2E2E2E. Windows color (decimal): -9108899 or 6095477. OLE color: 6095477.

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

Color convert

RGB 117 2 93 -
CMYK 0 0.98 0.21 0.54
HSL 312.52º 0.97% 0.23% -
HSV(B) 312.52º 0.98% 0.46% -
XYZ 9.33 4.62 10.75 -
YUV 46.76 154.1 178.1 -
System Red Green Blue C M Y K H S L
Decimal 117 2 93 0 0.98 0.21 0.54 312.52 0.97 0.23
Hex 75 2 5D 0 62 15 36 139 61 17
Octal 165 2 135 0 142 25 66 471 141 27
Binary 1110101 10 1011101 0 1100010 10101 110110 100111001 1100001 10111

Color Harmonies of #75025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75025D

Black with #75025D

Text Example


Text Example

White with #75025D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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