Html Css Color HEX #7F145C Eggplant

📋 copy color: '#7F145C'

red 127 ◦ green 20 ◦ blue 92

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

Shades of Eggplant #7F145C

Tints of Eggplant #7F145C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.37%

 BLUE value IS 92 (36.33% from 255) = 38.49%

R = 53.14%
G = 8.37%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#7F145C (or 0x7F145C) is known color: Eggplant. HEX triplet: 7F, 14 and 5C. RGB value is (127,20,92). Sum of RGB (Red+Green+Blue) = 127+20+92=239 (31% of max value = 765). Red value is 127 (50% from 255 or 53.14% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 127 - color contains mainly: red. Hex color #7F145C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F145C is #80EBA3. Grayscale: #3C3C3C. Windows color (decimal): -8448932 or 6034559. OLE color: 6034559.

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

Color convert

RGB 127 20 92 -
CMYK 0 0.84 0.28 0.50
HSL 319.63º 0.73% 0.29% -
HSV(B) 319.63º 0.84% 0.5% -
XYZ 10.93 5.79 10.67 -
YUV 60.2 145.95 175.65 -
System Red Green Blue C M Y K H S L
Decimal 127 20 92 0 0.84 0.28 0.50 319.63 0.73 0.29
Hex 7F 14 5C 0 54 1C 32 140 49 1D
Octal 177 24 134 0 124 34 62 500 111 35
Binary 1111111 10100 1011100 0 1010100 11100 110010 101000000 1001001 11101

Color Harmonies of #7F145C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F145C

Black with #7F145C

Text Example


Text Example

White with #7F145C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,20,92); }

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

background-color css

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

 a { background-color: rgb(127,20,92); }

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

border-color css

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

 span { border-color: rgb(127,20,92); }

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