Html Css Color HEX #7F0760 Eggplant

📋 copy color: '#7F0760'

red 127 ◦ green 7 ◦ blue 96

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

Shades of Eggplant #7F0760

Tints of Eggplant #7F0760

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.04%

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

R = 55.22%
G = 3.04%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#7F0760 (or 0x7F0760) is known color: Eggplant. HEX triplet: 7F, 07 and 60. RGB value is (127,7,96). Sum of RGB (Red+Green+Blue) = 127+7+96=230 (30% of max value = 765). Red value is 127 (50% from 255 or 55.22% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 96 (37.89% from 255 or 41.74% from 230); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0760 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0760 is #80F89F. Grayscale: #343434. Windows color (decimal): -8452256 or 6293375. OLE color: 6293375.

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

Color convert

RGB 127 7 96 -
CMYK 0 0.94 0.24 0.50
HSL 315.5º 0.9% 0.26% -
HSV(B) 315.5º 0.94% 0.5% -
XYZ 10.94 5.51 11.55 -
YUV 53.03 152.26 180.76 -
System Red Green Blue C M Y K H S L
Decimal 127 7 96 0 0.94 0.24 0.50 315.5 0.9 0.26
Hex 7F 7 60 0 5E 18 32 13C 5A 1A
Octal 177 7 140 0 136 30 62 474 132 32
Binary 1111111 111 1100000 0 1011110 11000 110010 100111100 1011010 11010

Color Harmonies of #7F0760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0760

Black with #7F0760

Text Example


Text Example

White with #7F0760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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