Html Css Color HEX #75015E Eggplant

📋 copy color: '#75015E'

red 117 ◦ green 1 ◦ blue 94

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

Shades of Eggplant #75015E

Tints of Eggplant #75015E

RGB

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

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

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

R = 55.19%
G = 0.47%
B = 44.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#75015E (or 0x75015E) is known color: Eggplant. HEX triplet: 75, 01 and 5E. RGB value is (117,1,94). Sum of RGB (Red+Green+Blue) = 117+1+94=212 (28% of max value = 765). Red value is 117 (46.09% from 255 or 55.19% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 94 (37.11% from 255 or 44.34% from 212); Max value from RGB is 117 - color contains mainly: red. Hex color #75015E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75015E is #8AFEA1. Grayscale: #2E2E2E. Windows color (decimal): -9109154 or 6160757. OLE color: 6160757.

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

Color convert

RGB 117 1 94 -
CMYK 0 0.99 0.20 0.54
HSL 311.9º 0.98% 0.23% -
HSV(B) 311.9º 0.99% 0.46% -
XYZ 9.37 4.61 10.99 -
YUV 46.29 154.93 178.44 -
System Red Green Blue C M Y K H S L
Decimal 117 1 94 0 0.99 0.20 0.54 311.9 0.98 0.23
Hex 75 1 5E 0 63 14 36 138 62 17
Octal 165 1 136 0 143 24 66 470 142 27
Binary 1110101 1 1011110 0 1100011 10100 110110 100111000 1100010 10111

Color Harmonies of #75015E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75015E

Black with #75015E

Text Example


Text Example

White with #75015E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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