Html Css Color HEX #7F0355 Eggplant

📋 copy color: '#7F0355'

red 127 ◦ green 3 ◦ blue 85

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

Shades of Eggplant #7F0355

Tints of Eggplant #7F0355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 39.53%

R = 59.07%
G = 1.4%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.50

RGB Variations

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

Color information

#7F0355 (or 0x7F0355) is known color: Eggplant. HEX triplet: 7F, 03 and 55. RGB value is (127,3,85). Sum of RGB (Red+Green+Blue) = 127+3+85=215 (28% of max value = 765). Red value is 127 (50% from 255 or 59.07% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 85 (33.59% from 255 or 39.53% from 215); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0355 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0355 is #80FCAA. Grayscale: #313131. Windows color (decimal): -8453291 or 5571455. OLE color: 5571455.

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

Color convert

RGB 127 3 85 -
CMYK 0 0.98 0.33 0.50
HSL 320.32º 0.95% 0.25% -
HSV(B) 320.32º 0.98% 0.5% -
XYZ 10.42 5.23 9.05 -
YUV 49.42 148.08 183.33 -
System Red Green Blue C M Y K H S L
Decimal 127 3 85 0 0.98 0.33 0.50 320.32 0.95 0.25
Hex 7F 3 55 0 62 21 32 140 5F 19
Octal 177 3 125 0 142 41 62 500 137 31
Binary 1111111 11 1010101 0 1100010 100001 110010 101000000 1011111 11001

Color Harmonies of #7F0355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0355

Black with #7F0355

Text Example


Text Example

White with #7F0355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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