Html Css Color HEX #75035C Eggplant

📋 copy color: '#75035C'

red 117 ◦ green 3 ◦ blue 92

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

Shades of Eggplant #75035C

Tints of Eggplant #75035C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.42%

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

R = 55.19%
G = 1.42%
B = 43.4%

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

#75035C (or 0x75035C) is known color: Eggplant. HEX triplet: 75, 03 and 5C. RGB value is (117,3,92). Sum of RGB (Red+Green+Blue) = 117+3+92=212 (28% of max value = 765). Red value is 117 (46.09% from 255 or 55.19% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 117 - color contains mainly: red. Hex color #75035C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75035C is #8AFCA3. Grayscale: #2E2E2E. Windows color (decimal): -9108644 or 6030197. OLE color: 6030197.

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

Color convert

RGB 117 3 92 -
CMYK 0 0.97 0.21 0.54
HSL 313.16º 0.95% 0.24% -
HSV(B) 313.16º 0.97% 0.46% -
XYZ 9.3 4.62 10.53 -
YUV 47.23 153.27 177.76 -
System Red Green Blue C M Y K H S L
Decimal 117 3 92 0 0.97 0.21 0.54 313.16 0.95 0.24
Hex 75 3 5C 0 61 15 36 139 5F 18
Octal 165 3 134 0 141 25 66 471 137 30
Binary 1110101 11 1011100 0 1100001 10101 110110 100111001 1011111 11000

Color Harmonies of #75035C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75035C

Black with #75035C

Text Example


Text Example

White with #75035C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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