Html Css Color HEX #7F035D Eggplant

📋 copy color: '#7F035D'

red 127 ◦ green 3 ◦ blue 93

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

Shades of Eggplant #7F035D

Tints of Eggplant #7F035D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.35%

 BLUE value IS 93 (36.72% from 255) = 41.7%

R = 56.95%
G = 1.35%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#7F035D (or 0x7F035D) is known color: Eggplant. HEX triplet: 7F, 03 and 5D. RGB value is (127,3,93). Sum of RGB (Red+Green+Blue) = 127+3+93=223 (29% of max value = 765). Red value is 127 (50% from 255 or 56.95% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 93 (36.72% from 255 or 41.70% from 223); Max value from RGB is 127 - color contains mainly: red. Hex color #7F035D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F035D is #80FCA2. Grayscale: #323232. Windows color (decimal): -8453283 or 6095743. OLE color: 6095743.

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

Color convert

RGB 127 3 93 -
CMYK 0 0.98 0.27 0.50
HSL 316.45º 0.95% 0.25% -
HSV(B) 316.45º 0.98% 0.5% -
XYZ 10.76 5.37 10.82 -
YUV 50.34 152.08 182.68 -
System Red Green Blue C M Y K H S L
Decimal 127 3 93 0 0.98 0.27 0.50 316.45 0.95 0.25
Hex 7F 3 5D 0 62 1B 32 13C 5F 19
Octal 177 3 135 0 142 33 62 474 137 31
Binary 1111111 11 1011101 0 1100010 11011 110010 100111100 1011111 11001

Color Harmonies of #7F035D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F035D

Black with #7F035D

Text Example


Text Example

White with #7F035D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,3,93); }

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

background-color css

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

 a { background-color: rgb(127,3,93); }

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

border-color css

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

 span { border-color: rgb(127,3,93); }

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