Html Css Color HEX #75015D Eggplant

📋 copy color: '#75015D'

red 117 ◦ green 1 ◦ blue 93

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

Shades of Eggplant #75015D

Tints of Eggplant #75015D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

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

R = 55.45%
G = 0.47%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#75015D (or 0x75015D) is known color: Eggplant. HEX triplet: 75, 01 and 5D. RGB value is (117,1,93). Sum of RGB (Red+Green+Blue) = 117+1+93=211 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.45% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 117 - color contains mainly: red. Hex color #75015D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75015D is #8AFEA2. Grayscale: #2D2D2D. Windows color (decimal): -9109155 or 6095221. OLE color: 6095221.

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

Color convert

RGB 117 1 93 -
CMYK 0 0.99 0.21 0.54
HSL 312.41º 0.98% 0.23% -
HSV(B) 312.41º 0.99% 0.46% -
XYZ 9.32 4.59 10.75 -
YUV 46.17 154.43 178.52 -
System Red Green Blue C M Y K H S L
Decimal 117 1 93 0 0.99 0.21 0.54 312.41 0.98 0.23
Hex 75 1 5D 0 63 15 36 138 62 17
Octal 165 1 135 0 143 25 66 470 142 27
Binary 1110101 1 1011101 0 1100011 10101 110110 100111000 1100010 10111

Color Harmonies of #75015D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75015D

Black with #75015D

Text Example


Text Example

White with #75015D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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