Html Css Color HEX #7F035B Eggplant

📋 copy color: '#7F035B'

red 127 ◦ green 3 ◦ blue 91

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

Shades of Eggplant #7F035B

Tints of Eggplant #7F035B

RGB

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

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

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

R = 57.47%
G = 1.36%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#7F035B (or 0x7F035B) is known color: Eggplant. HEX triplet: 7F, 03 and 5B. RGB value is (127,3,91). Sum of RGB (Red+Green+Blue) = 127+3+91=221 (29% of max value = 765). Red value is 127 (50% from 255 or 57.47% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 91 (35.94% from 255 or 41.18% from 221); Max value from RGB is 127 - color contains mainly: red. Hex color #7F035B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F035B is #80FCA4. Grayscale: #313131. Windows color (decimal): -8453285 or 5964671. OLE color: 5964671.

HSL color Cylindrical-coordinate representation of color #7F035B: hue angle of 317.42º 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 #7F035B is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 3 91 -
CMYK 0 0.98 0.28 0.50
HSL 317.42º 0.95% 0.25% -
HSV(B) 317.42º 0.98% 0.5% -
XYZ 10.67 5.33 10.36 -
YUV 50.11 151.08 182.84 -
System Red Green Blue C M Y K H S L
Decimal 127 3 91 0 0.98 0.28 0.50 317.42 0.95 0.25
Hex 7F 3 5B 0 62 1C 32 13D 5F 19
Octal 177 3 133 0 142 34 62 475 137 31
Binary 1111111 11 1011011 0 1100010 11100 110010 100111101 1011111 11001

Color Harmonies of #7F035B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F035B

Black with #7F035B

Text Example


Text Example

White with #7F035B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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