Html Css Color HEX #7F105C Eggplant

📋 copy color: '#7F105C'

red 127 ◦ green 16 ◦ blue 92

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

Shades of Eggplant #7F105C

Tints of Eggplant #7F105C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.81%

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

R = 54.04%
G = 6.81%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#7F105C (or 0x7F105C) is known color: Eggplant. HEX triplet: 7F, 10 and 5C. RGB value is (127,16,92). Sum of RGB (Red+Green+Blue) = 127+16+92=235 (31% of max value = 765). Red value is 127 (50% from 255 or 54.04% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 127 - color contains mainly: red. Hex color #7F105C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F105C is #80EFA3. Grayscale: #393939. Windows color (decimal): -8449956 or 6033535. OLE color: 6033535.

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

Color convert

RGB 127 16 92 -
CMYK 0 0.87 0.28 0.50
HSL 318.92º 0.78% 0.28% -
HSV(B) 318.92º 0.87% 0.5% -
XYZ 10.87 5.66 10.64 -
YUV 57.85 147.27 177.32 -
System Red Green Blue C M Y K H S L
Decimal 127 16 92 0 0.87 0.28 0.50 318.92 0.78 0.28
Hex 7F 10 5C 0 57 1C 32 13F 4E 1C
Octal 177 20 134 0 127 34 62 477 116 34
Binary 1111111 10000 1011100 0 1010111 11100 110010 100111111 1001110 11100

Color Harmonies of #7F105C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F105C

Black with #7F105C

Text Example


Text Example

White with #7F105C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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