Html Css Color HEX #7F0354 Eggplant

📋 copy color: '#7F0354'

red 127 ◦ green 3 ◦ blue 84

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

Shades of Eggplant #7F0354

Tints of Eggplant #7F0354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 39.25%

R = 59.35%
G = 1.4%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.50

RGB Variations

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

Color information

#7F0354 (or 0x7F0354) is known color: Eggplant. HEX triplet: 7F, 03 and 54. RGB value is (127,3,84). Sum of RGB (Red+Green+Blue) = 127+3+84=214 (28% of max value = 765). Red value is 127 (50% from 255 or 59.35% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 84 (33.20% from 255 or 39.25% from 214); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0354 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0354 is #80FCAB. Grayscale: #313131. Windows color (decimal): -8453292 or 5505919. OLE color: 5505919.

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

Color convert

RGB 127 3 84 -
CMYK 0 0.98 0.34 0.50
HSL 320.81º 0.95% 0.25% -
HSV(B) 320.81º 0.98% 0.5% -
XYZ 10.39 5.22 8.85 -
YUV 49.31 147.58 183.41 -
System Red Green Blue C M Y K H S L
Decimal 127 3 84 0 0.98 0.34 0.50 320.81 0.95 0.25
Hex 7F 3 54 0 62 22 32 141 5F 19
Octal 177 3 124 0 142 42 62 501 137 31
Binary 1111111 11 1010100 0 1100010 100010 110010 101000001 1011111 11001

Color Harmonies of #7F0354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0354

Black with #7F0354

Text Example


Text Example

White with #7F0354

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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