Html Css Color HEX #7F0655 Eggplant

📋 copy color: '#7F0655'

red 127 ◦ green 6 ◦ blue 85

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

Shades of Eggplant #7F0655

Tints of Eggplant #7F0655

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.75%

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

R = 58.26%
G = 2.75%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.33

 K value IS 0.50

RGB Variations

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

Color information

#7F0655 (or 0x7F0655) is known color: Eggplant. HEX triplet: 7F, 06 and 55. RGB value is (127,6,85). Sum of RGB (Red+Green+Blue) = 127+6+85=218 (28% of max value = 765). Red value is 127 (50% from 255 or 58.26% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 85 (33.59% from 255 or 38.99% from 218); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0655 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0655 is #80F9AA. Grayscale: #323232. Windows color (decimal): -8452523 or 5572223. OLE color: 5572223.

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

Color convert

RGB 127 6 85 -
CMYK 0 0.95 0.33 0.50
HSL 320.83º 0.91% 0.26% -
HSV(B) 320.83º 0.95% 0.5% -
XYZ 10.46 5.3 9.07 -
YUV 51.19 147.09 182.08 -
System Red Green Blue C M Y K H S L
Decimal 127 6 85 0 0.95 0.33 0.50 320.83 0.91 0.26
Hex 7F 6 55 0 5F 21 32 141 5B 1A
Octal 177 6 125 0 137 41 62 501 133 32
Binary 1111111 110 1010101 0 1011111 100001 110010 101000001 1011011 11010

Color Harmonies of #7F0655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0655

Black with #7F0655

Text Example


Text Example

White with #7F0655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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