Html Css Color HEX #7F0565 Eggplant

📋 copy color: '#7F0565'

red 127 ◦ green 5 ◦ blue 101

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

Shades of Eggplant #7F0565

Tints of Eggplant #7F0565

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.15%

 BLUE value IS 101 (39.84% from 255) = 43.35%

R = 54.51%
G = 2.15%
B = 43.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#7F0565 (or 0x7F0565) is known color: Eggplant. HEX triplet: 7F, 05 and 65. RGB value is (127,5,101). Sum of RGB (Red+Green+Blue) = 127+5+101=233 (30% of max value = 765). Red value is 127 (50% from 255 or 54.51% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 101 (39.84% from 255 or 43.35% from 233); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0565 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0565 is #80FA9A. Grayscale: #343434. Windows color (decimal): -8452763 or 6620543. OLE color: 6620543.

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

Color convert

RGB 127 5 101 -
CMYK 0 0.96 0.20 0.50
HSL 312.79º 0.92% 0.26% -
HSV(B) 312.79º 0.96% 0.5% -
XYZ 11.16 5.56 12.8 -
YUV 52.42 155.42 181.19 -
System Red Green Blue C M Y K H S L
Decimal 127 5 101 0 0.96 0.20 0.50 312.79 0.92 0.26
Hex 7F 5 65 0 60 14 32 139 5C 1A
Octal 177 5 145 0 140 24 62 471 134 32
Binary 1111111 101 1100101 0 1100000 10100 110010 100111001 1011100 11010

Color Harmonies of #7F0565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0565

Black with #7F0565

Text Example


Text Example

White with #7F0565

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,5,101); }

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

background-color css

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

 a { background-color: rgb(127,5,101); }

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

border-color css

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

 span { border-color: rgb(127,5,101); }

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