Html Css Color HEX #7F005F Eggplant

📋 copy color: '#7F005F'

red 127 ◦ green 0 ◦ blue 95

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

Shades of Eggplant #7F005F

Tints of Eggplant #7F005F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 42.79%

R = 57.21%
G = 0%
B = 42.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#7F005F (or 0x7F005F) is known color: Eggplant. HEX triplet: 7F, 00 and 5F. RGB value is (127,0,95). Sum of RGB (Red+Green+Blue) = 127+0+95=222 (29% of max value = 765). Red value is 127 (50% from 255 or 57.21% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 95 (37.5% from 255 or 42.79% from 222); Max value from RGB is 127 - color contains mainly: red. Hex color #7F005F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F005F is #80FFA0. Grayscale: #303030. Windows color (decimal): -8454049 or 6226047. OLE color: 6226047.

HSL color Cylindrical-coordinate representation of color #7F005F: hue angle of 315.12º 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 #7F005F is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 0 95 -
CMYK 0 1 0.25 0.50
HSL 315.12º 1% 0.25% -
HSV(B) 315.12º 1% 0.5% -
XYZ 10.82 5.34 11.29 -
YUV 48.8 154.08 183.78 -
System Red Green Blue C M Y K H S L
Decimal 127 0 95 0 1 0.25 0.50 315.12 1 0.25
Hex 7F 0 5F 0 64 19 32 13B 64 19
Octal 177 0 137 0 144 31 62 473 144 31
Binary 1111111 0 1011111 0 1100100 11001 110010 100111011 1100100 11001

Color Harmonies of #7F005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F005F

Black with #7F005F

Text Example


Text Example

White with #7F005F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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