Html Css Color HEX #7F065C Eggplant

📋 copy color: '#7F065C'

red 127 ◦ green 6 ◦ blue 92

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

Shades of Eggplant #7F065C

Tints of Eggplant #7F065C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 40.89%

R = 56.44%
G = 2.67%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#7F065C (or 0x7F065C) is known color: Eggplant. HEX triplet: 7F, 06 and 5C. RGB value is (127,6,92). Sum of RGB (Red+Green+Blue) = 127+6+92=225 (29% of max value = 765). Red value is 127 (50% from 255 or 56.44% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 92 (36.33% from 255 or 40.89% from 225); Max value from RGB is 127 - color contains mainly: red. Hex color #7F065C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F065C is #80F9A3. Grayscale: #333333. Windows color (decimal): -8452516 or 6030975. OLE color: 6030975.

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

Color convert

RGB 127 6 92 -
CMYK 0 0.95 0.28 0.50
HSL 317.36º 0.91% 0.26% -
HSV(B) 317.36º 0.95% 0.5% -
XYZ 10.75 5.41 10.6 -
YUV 51.98 150.59 181.51 -
System Red Green Blue C M Y K H S L
Decimal 127 6 92 0 0.95 0.28 0.50 317.36 0.91 0.26
Hex 7F 6 5C 0 5F 1C 32 13D 5B 1A
Octal 177 6 134 0 137 34 62 475 133 32
Binary 1111111 110 1011100 0 1011111 11100 110010 100111101 1011011 11010

Color Harmonies of #7F065C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F065C

Black with #7F065C

Text Example


Text Example

White with #7F065C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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