Html Css Color HEX #7A085C Eggplant

📋 copy color: '#7A085C'

red 122 ◦ green 8 ◦ blue 92

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

Shades of Eggplant #7A085C

Tints of Eggplant #7A085C

RGB

 RED value IS 122 (48.05% from 255) = 54.95%

 GREEN value IS 8 (3.52% from 255) = 3.6%

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

R = 54.95%
G = 3.6%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.52

RGB Variations

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

Color information

#7A085C (or 0x7A085C) is known color: Eggplant. HEX triplet: 7A, 08 and 5C. RGB value is (122,8,92). Sum of RGB (Red+Green+Blue) = 122+8+92=222 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.95% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 122 - color contains mainly: red. Hex color #7A085C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A085C is #85F7A3. Grayscale: #333333. Windows color (decimal): -8779684 or 6031482. OLE color: 6031482.

HSL color Cylindrical-coordinate representation of color #7A085C: hue angle of 315.79º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A085C is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 8 92 -
CMYK 0 0.93 0.25 0.52
HSL 315.79º 0.88% 0.25% -
HSV(B) 315.79º 0.93% 0.48% -
XYZ 10.04 5.08 10.58 -
YUV 51.66 150.77 178.17 -
System Red Green Blue C M Y K H S L
Decimal 122 8 92 0 0.93 0.25 0.52 315.79 0.88 0.25
Hex 7A 8 5C 0 5D 19 34 13C 58 19
Octal 172 10 134 0 135 31 64 474 130 31
Binary 1111010 1000 1011100 0 1011101 11001 110100 100111100 1011000 11001

Color Harmonies of #7A085C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A085C

Black with #7A085C

Text Example


Text Example

White with #7A085C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,8,92); }

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

background-color css

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

 a { background-color: rgb(122,8,92); }

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

border-color css

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

 span { border-color: rgb(122,8,92); }

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