Html Css Color HEX #7F075E Eggplant

📋 copy color: '#7F075E'

red 127 ◦ green 7 ◦ blue 94

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

Shades of Eggplant #7F075E

Tints of Eggplant #7F075E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 41.23%

R = 55.7%
G = 3.07%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#7F075E (or 0x7F075E) is known color: Eggplant. HEX triplet: 7F, 07 and 5E. RGB value is (127,7,94). Sum of RGB (Red+Green+Blue) = 127+7+94=228 (30% of max value = 765). Red value is 127 (50% from 255 or 55.70% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 94 (37.11% from 255 or 41.23% from 228); Max value from RGB is 127 - color contains mainly: red. Hex color #7F075E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F075E is #80F8A1. Grayscale: #343434. Windows color (decimal): -8452258 or 6162303. OLE color: 6162303.

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

Color convert

RGB 127 7 94 -
CMYK 0 0.94 0.26 0.50
HSL 316.5º 0.9% 0.26% -
HSV(B) 316.5º 0.94% 0.5% -
XYZ 10.85 5.47 11.07 -
YUV 52.8 151.26 180.93 -
System Red Green Blue C M Y K H S L
Decimal 127 7 94 0 0.94 0.26 0.50 316.5 0.9 0.26
Hex 7F 7 5E 0 5E 1A 32 13C 5A 1A
Octal 177 7 136 0 136 32 62 474 132 32
Binary 1111111 111 1011110 0 1011110 11010 110010 100111100 1011010 11010

Color Harmonies of #7F075E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F075E

Black with #7F075E

Text Example


Text Example

White with #7F075E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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