Html Css Color HEX #75025E Eggplant

📋 copy color: '#75025E'

red 117 ◦ green 2 ◦ blue 94

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

Shades of Eggplant #75025E

Tints of Eggplant #75025E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 44.13%

R = 54.93%
G = 0.94%
B = 44.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#75025E (or 0x75025E) is known color: Eggplant. HEX triplet: 75, 02 and 5E. RGB value is (117,2,94). Sum of RGB (Red+Green+Blue) = 117+2+94=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 94 (37.11% from 255 or 44.13% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #75025E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75025E is #8AFDA1. Grayscale: #2E2E2E. Windows color (decimal): -9108898 or 6161013. OLE color: 6161013.

HSL color Cylindrical-coordinate representation of color #75025E: hue angle of 312º 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 #75025E is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 2 94 -
CMYK 0 0.98 0.20 0.54
HSL 312º 0.97% 0.23% -
HSV(B) 312º 0.98% 0.46% -
XYZ 9.38 4.63 10.99 -
YUV 46.87 154.6 178.02 -
System Red Green Blue C M Y K H S L
Decimal 117 2 94 0 0.98 0.20 0.54 312 0.97 0.23
Hex 75 2 5E 0 62 14 36 138 61 17
Octal 165 2 136 0 142 24 66 470 141 27
Binary 1110101 10 1011110 0 1100010 10100 110110 100111000 1100001 10111

Color Harmonies of #75025E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75025E

Black with #75025E

Text Example


Text Example

White with #75025E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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