Html Css Color HEX #7F055C Eggplant

📋 copy color: '#7F055C'

red 127 ◦ green 5 ◦ blue 92

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

Shades of Eggplant #7F055C

Tints of Eggplant #7F055C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.23%

 BLUE value IS 92 (36.33% from 255) = 41.07%

R = 56.7%
G = 2.23%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#7F055C (or 0x7F055C) is known color: Eggplant. HEX triplet: 7F, 05 and 5C. RGB value is (127,5,92). Sum of RGB (Red+Green+Blue) = 127+5+92=224 (29% of max value = 765). Red value is 127 (50% from 255 or 56.70% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 92 (36.33% from 255 or 41.07% from 224); Max value from RGB is 127 - color contains mainly: red. Hex color #7F055C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F055C is #80FAA3. Grayscale: #333333. Windows color (decimal): -8452772 or 6030719. OLE color: 6030719.

HSL color Cylindrical-coordinate representation of color #7F055C: hue angle of 317.21º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F055C is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 5 92 -
CMYK 0 0.96 0.28 0.50
HSL 317.21º 0.92% 0.26% -
HSV(B) 317.21º 0.96% 0.5% -
XYZ 10.74 5.39 10.6 -
YUV 51.4 150.92 181.93 -
System Red Green Blue C M Y K H S L
Decimal 127 5 92 0 0.96 0.28 0.50 317.21 0.92 0.26
Hex 7F 5 5C 0 60 1C 32 13D 5C 1A
Octal 177 5 134 0 140 34 62 475 134 32
Binary 1111111 101 1011100 0 1100000 11100 110010 100111101 1011100 11010

Color Harmonies of #7F055C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F055C

Black with #7F055C

Text Example


Text Example

White with #7F055C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,5,92); }

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

background-color css

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

 a { background-color: rgb(127,5,92); }

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

border-color css

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

 span { border-color: rgb(127,5,92); }

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