Html Css Color HEX #75035D Eggplant

📋 copy color: '#75035D'

red 117 ◦ green 3 ◦ blue 93

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

Shades of Eggplant #75035D

Tints of Eggplant #75035D

RGB

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

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

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

R = 54.93%
G = 1.41%
B = 43.66%

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

#75035D (or 0x75035D) is known color: Eggplant. HEX triplet: 75, 03 and 5D. RGB value is (117,3,93). Sum of RGB (Red+Green+Blue) = 117+3+93=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #75035D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75035D is #8AFCA2. Grayscale: #2F2F2F. Windows color (decimal): -9108643 or 6095733. OLE color: 6095733.

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

Color convert

RGB 117 3 93 -
CMYK 0 0.97 0.21 0.54
HSL 312.63º 0.95% 0.24% -
HSV(B) 312.63º 0.97% 0.46% -
XYZ 9.34 4.64 10.76 -
YUV 47.35 153.77 177.68 -
System Red Green Blue C M Y K H S L
Decimal 117 3 93 0 0.97 0.21 0.54 312.63 0.95 0.24
Hex 75 3 5D 0 61 15 36 139 5F 18
Octal 165 3 135 0 141 25 66 471 137 30
Binary 1110101 11 1011101 0 1100001 10101 110110 100111001 1011111 11000

Color Harmonies of #75035D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75035D

Black with #75035D

Text Example


Text Example

White with #75035D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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