Html Css Color HEX #7F0560 Eggplant

📋 copy color: '#7F0560'

red 127 ◦ green 5 ◦ blue 96

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

Shades of Eggplant #7F0560

Tints of Eggplant #7F0560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 42.11%

R = 55.7%
G = 2.19%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#7F0560 (or 0x7F0560) is known color: Eggplant. HEX triplet: 7F, 05 and 60. RGB value is (127,5,96). Sum of RGB (Red+Green+Blue) = 127+5+96=228 (30% of max value = 765). Red value is 127 (50% from 255 or 55.70% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0560 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0560 is #80FA9F. Grayscale: #333333. Windows color (decimal): -8452768 or 6292863. OLE color: 6292863.

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

Color convert

RGB 127 5 96 -
CMYK 0 0.96 0.24 0.50
HSL 315.25º 0.92% 0.26% -
HSV(B) 315.25º 0.96% 0.5% -
XYZ 10.92 5.47 11.55 -
YUV 51.85 152.92 181.6 -
System Red Green Blue C M Y K H S L
Decimal 127 5 96 0 0.96 0.24 0.50 315.25 0.92 0.26
Hex 7F 5 60 0 60 18 32 13B 5C 1A
Octal 177 5 140 0 140 30 62 473 134 32
Binary 1111111 101 1100000 0 1100000 11000 110010 100111011 1011100 11010

Color Harmonies of #7F0560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0560

Black with #7F0560

Text Example


Text Example

White with #7F0560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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