Html Css Color HEX #7F0261 Eggplant

📋 copy color: '#7F0261'

red 127 ◦ green 2 ◦ blue 97

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

Shades of Eggplant #7F0261

Tints of Eggplant #7F0261

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.88%

 BLUE value IS 97 (38.28% from 255) = 42.92%

R = 56.19%
G = 0.88%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#7F0261 (or 0x7F0261) is known color: Eggplant. HEX triplet: 7F, 02 and 61. RGB value is (127,2,97). Sum of RGB (Red+Green+Blue) = 127+2+97=226 (29% of max value = 765). Red value is 127 (50% from 255 or 56.19% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 97 (38.28% from 255 or 42.92% from 226); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0261 is #80FD9E. Grayscale: #313131. Windows color (decimal): -8453535 or 6357631. OLE color: 6357631.

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

Color convert

RGB 127 2 97 -
CMYK 0 0.98 0.24 0.50
HSL 314.4º 0.97% 0.25% -
HSV(B) 314.4º 0.98% 0.5% -
XYZ 10.93 5.42 11.78 -
YUV 50.21 154.41 182.78 -
System Red Green Blue C M Y K H S L
Decimal 127 2 97 0 0.98 0.24 0.50 314.4 0.97 0.25
Hex 7F 2 61 0 62 18 32 13A 61 19
Octal 177 2 141 0 142 30 62 472 141 31
Binary 1111111 10 1100001 0 1100010 11000 110010 100111010 1100001 11001

Color Harmonies of #7F0261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0261

Black with #7F0261

Text Example


Text Example

White with #7F0261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,2,97); }

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

background-color css

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

 a { background-color: rgb(127,2,97); }

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

border-color css

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

 span { border-color: rgb(127,2,97); }

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