Html Css Color HEX #7F015B Eggplant

📋 copy color: '#7F015B'

red 127 ◦ green 1 ◦ blue 91

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

Shades of Eggplant #7F015B

Tints of Eggplant #7F015B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

 BLUE value IS 91 (35.94% from 255) = 41.55%

R = 57.99%
G = 0.46%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#7F015B (or 0x7F015B) is known color: Eggplant. HEX triplet: 7F, 01 and 5B. RGB value is (127,1,91). Sum of RGB (Red+Green+Blue) = 127+1+91=219 (29% of max value = 765). Red value is 127 (50% from 255 or 57.99% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 91 (35.94% from 255 or 41.55% from 219); Max value from RGB is 127 - color contains mainly: red. Hex color #7F015B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F015B is #80FEA4. Grayscale: #303030. Windows color (decimal): -8453797 or 5964159. OLE color: 5964159.

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

Color convert

RGB 127 1 91 -
CMYK 0 0.99 0.28 0.50
HSL 317.14º 0.98% 0.25% -
HSV(B) 317.14º 0.99% 0.5% -
XYZ 10.65 5.29 10.36 -
YUV 48.93 151.74 183.68 -
System Red Green Blue C M Y K H S L
Decimal 127 1 91 0 0.99 0.28 0.50 317.14 0.98 0.25
Hex 7F 1 5B 0 63 1C 32 13D 62 19
Octal 177 1 133 0 143 34 62 475 142 31
Binary 1111111 1 1011011 0 1100011 11100 110010 100111101 1100010 11001

Color Harmonies of #7F015B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F015B

Black with #7F015B

Text Example


Text Example

White with #7F015B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,1,91); }

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

background-color css

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

 a { background-color: rgb(127,1,91); }

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

border-color css

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

 span { border-color: rgb(127,1,91); }

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