Html Css Color HEX #7F005D Eggplant

📋 copy color: '#7F005D'

red 127 ◦ green 0 ◦ blue 93

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

Shades of Eggplant #7F005D

Tints of Eggplant #7F005D

RGB

 RED value IS 127 (50% from 255) = 57.73%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.73%
G = 0%
B = 42.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#7F005D (or 0x7F005D) is known color: Eggplant. HEX triplet: 7F, 00 and 5D. RGB value is (127,0,93). Sum of RGB (Red+Green+Blue) = 127+0+93=220 (29% of max value = 765). Red value is 127 (50% from 255 or 57.73% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 93 (36.72% from 255 or 42.27% from 220); Max value from RGB is 127 - color contains mainly: red. Hex color #7F005D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F005D is #80FFA2. Grayscale: #303030. Windows color (decimal): -8454051 or 6094975. OLE color: 6094975.

HSL color Cylindrical-coordinate representation of color #7F005D: hue angle of 316.06º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7F005D is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 0 93 -
CMYK 0 1 0.27 0.50
HSL 316.06º 1% 0.25% -
HSV(B) 316.06º 1% 0.5% -
XYZ 10.73 5.3 10.81 -
YUV 48.58 153.08 183.94 -
System Red Green Blue C M Y K H S L
Decimal 127 0 93 0 1 0.27 0.50 316.06 1 0.25
Hex 7F 0 5D 0 64 1B 32 13C 64 19
Octal 177 0 135 0 144 33 62 474 144 31
Binary 1111111 0 1011101 0 1100100 11011 110010 100111100 1100100 11001

Color Harmonies of #7F005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F005D

Black with #7F005D

Text Example


Text Example

White with #7F005D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F005D; }

 p { color: rgb(127,0,93); }

 H1.HeaderClassName
 {
   color: #7F005D;
 }
 .AnyTagClassName
 {
   color: #7F005D;
 }
</style>

background-color css

<style>
 a { background-color: #7F005D; }

 a { background-color: rgb(127,0,93); }

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

border-color css

<style>
 span { border-color: #7F005D; }

 span { border-color: rgb(127,0,93); }

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