Html Css Color HEX #7F0054 Eggplant

📋 copy color: '#7F0054'

red 127 ◦ green 0 ◦ blue 84

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

Shades of Eggplant #7F0054

Tints of Eggplant #7F0054

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 84 (33.2% from 255) = 39.81%

R = 60.19%
G = 0%
B = 39.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.50

RGB Variations

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

Color information

#7F0054 (or 0x7F0054) is known color: Eggplant. HEX triplet: 7F, 00 and 54. RGB value is (127,0,84). Sum of RGB (Red+Green+Blue) = 127+0+84=211 (27% of max value = 765). Red value is 127 (50% from 255 or 60.19% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 84 (33.20% from 255 or 39.81% from 211); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0054 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0054 is #80FFAB. Grayscale: #2F2F2F. Windows color (decimal): -8454060 or 5505151. OLE color: 5505151.

HSL color Cylindrical-coordinate representation of color #7F0054: hue angle of 320.31º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7F0054 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 0 84 -
CMYK 0 1 0.34 0.50
HSL 320.32º 1% 0.25% -
HSV(B) 320.32º 1% 0.5% -
XYZ 10.35 5.15 8.84 -
YUV 47.55 148.58 184.67 -
System Red Green Blue C M Y K H S L
Decimal 127 0 84 0 1 0.34 0.50 320.32 1 0.25
Hex 7F 0 54 0 64 22 32 140 64 19
Octal 177 0 124 0 144 42 62 500 144 31
Binary 1111111 0 1010100 0 1100100 100010 110010 101000000 1100100 11001

Color Harmonies of #7F0054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0054

Black with #7F0054

Text Example


Text Example

White with #7F0054

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,0,84); }

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

background-color css

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

 a { background-color: rgb(127,0,84); }

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

border-color css

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

 span { border-color: rgb(127,0,84); }

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