Html Css Color HEX #7F0761 Eggplant

📋 copy color: '#7F0761'

red 127 ◦ green 7 ◦ blue 97

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

Shades of Eggplant #7F0761

Tints of Eggplant #7F0761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 41.99%

R = 54.98%
G = 3.03%
B = 41.99%

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

#7F0761 (or 0x7F0761) is known color: Eggplant. HEX triplet: 7F, 07 and 61. RGB value is (127,7,97). Sum of RGB (Red+Green+Blue) = 127+7+97=231 (30% of max value = 765). Red value is 127 (50% from 255 or 54.98% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 97 (38.28% from 255 or 41.99% from 231); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0761 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0761 is #80F89E. Grayscale: #343434. Windows color (decimal): -8452255 or 6358911. OLE color: 6358911.

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

Color convert

RGB 127 7 97 -
CMYK 0 0.94 0.24 0.50
HSL 315º 0.9% 0.26% -
HSV(B) 315º 0.94% 0.5% -
XYZ 10.99 5.53 11.8 -
YUV 53.14 152.76 180.68 -
System Red Green Blue C M Y K H S L
Decimal 127 7 97 0 0.94 0.24 0.50 315 0.9 0.26
Hex 7F 7 61 0 5E 18 32 13B 5A 1A
Octal 177 7 141 0 136 30 62 473 132 32
Binary 1111111 111 1100001 0 1011110 11000 110010 100111011 1011010 11010

Color Harmonies of #7F0761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0761

Black with #7F0761

Text Example


Text Example

White with #7F0761

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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