Html Css Color HEX #7C0562 Eggplant

📋 copy color: '#7C0562'

red 124 ◦ green 5 ◦ blue 98

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

Shades of Eggplant #7C0562

Tints of Eggplant #7C0562

RGB

 RED value IS 124 (48.83% from 255) = 54.63%

 GREEN value IS 5 (2.34% from 255) = 2.2%

 BLUE value IS 98 (38.67% from 255) = 43.17%

R = 54.63%
G = 2.2%
B = 43.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.51

RGB Variations

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

Color information

#7C0562 (or 0x7C0562) is known color: Eggplant. HEX triplet: 7C, 05 and 62. RGB value is (124,5,98). Sum of RGB (Red+Green+Blue) = 124+5+98=227 (30% of max value = 765). Red value is 124 (48.83% from 255 or 54.63% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 98 (38.67% from 255 or 43.17% from 227); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0562 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0562 is #83FA9D. Grayscale: #323232. Windows color (decimal): -8649374 or 6423932. OLE color: 6423932.

HSL color Cylindrical-coordinate representation of color #7C0562: hue angle of 313.11º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7C0562 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 5 98 -
CMYK 0 0.96 0.21 0.51
HSL 313.11º 0.92% 0.25% -
HSV(B) 313.11º 0.96% 0.49% -
XYZ 10.57 5.28 12.02 -
YUV 51.18 154.42 179.94 -
System Red Green Blue C M Y K H S L
Decimal 124 5 98 0 0.96 0.21 0.51 313.11 0.92 0.25
Hex 7C 5 62 0 60 15 33 139 5C 19
Octal 174 5 142 0 140 25 63 471 134 31
Binary 1111100 101 1100010 0 1100000 10101 110011 100111001 1011100 11001

Color Harmonies of #7C0562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0562

Black with #7C0562

Text Example


Text Example

White with #7C0562

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,5,98); }

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

background-color css

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

 a { background-color: rgb(124,5,98); }

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

border-color css

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

 span { border-color: rgb(124,5,98); }

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