Html Css Color HEX #7F0755 Eggplant

📋 copy color: '#7F0755'

red 127 ◦ green 7 ◦ blue 85

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

Shades of Eggplant #7F0755

Tints of Eggplant #7F0755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 38.81%

R = 57.99%
G = 3.2%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.33

 K value IS 0.50

RGB Variations

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

Color information

#7F0755 (or 0x7F0755) is known color: Eggplant. HEX triplet: 7F, 07 and 55. RGB value is (127,7,85). Sum of RGB (Red+Green+Blue) = 127+7+85=219 (29% of max value = 765). Red value is 127 (50% from 255 or 57.99% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 85 (33.59% from 255 or 38.81% from 219); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0755 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0755 is #80F8AA. Grayscale: #333333. Windows color (decimal): -8452267 or 5572479. OLE color: 5572479.

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

Color convert

RGB 127 7 85 -
CMYK 0 0.94 0.33 0.50
HSL 321º 0.9% 0.26% -
HSV(B) 321º 0.94% 0.5% -
XYZ 10.47 5.32 9.07 -
YUV 51.77 146.76 181.66 -
System Red Green Blue C M Y K H S L
Decimal 127 7 85 0 0.94 0.33 0.50 321 0.9 0.26
Hex 7F 7 55 0 5E 21 32 141 5A 1A
Octal 177 7 125 0 136 41 62 501 132 32
Binary 1111111 111 1010101 0 1011110 100001 110010 101000001 1011010 11010

Color Harmonies of #7F0755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0755

Black with #7F0755

Text Example


Text Example

White with #7F0755

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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