Html Css Color HEX #75025C Eggplant

📋 copy color: '#75025C'

red 117 ◦ green 2 ◦ blue 92

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

Shades of Eggplant #75025C

Tints of Eggplant #75025C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 43.6%

R = 55.45%
G = 0.95%
B = 43.6%

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

#75025C (or 0x75025C) is known color: Eggplant. HEX triplet: 75, 02 and 5C. RGB value is (117,2,92). Sum of RGB (Red+Green+Blue) = 117+2+92=211 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.45% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 117 - color contains mainly: red. Hex color #75025C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75025C is #8AFDA3. Grayscale: #2E2E2E. Windows color (decimal): -9108900 or 6029941. OLE color: 6029941.

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

Color convert

RGB 117 2 92 -
CMYK 0 0.98 0.21 0.54
HSL 313.04º 0.97% 0.23% -
HSV(B) 313.04º 0.98% 0.46% -
XYZ 9.29 4.6 10.52 -
YUV 46.65 153.6 178.18 -
System Red Green Blue C M Y K H S L
Decimal 117 2 92 0 0.98 0.21 0.54 313.04 0.97 0.23
Hex 75 2 5C 0 62 15 36 139 61 17
Octal 165 2 134 0 142 25 66 471 141 27
Binary 1110101 10 1011100 0 1100010 10101 110110 100111001 1100001 10111

Color Harmonies of #75025C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75025C

Black with #75025C

Text Example


Text Example

White with #75025C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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