Html Css Color HEX #7C025D Eggplant

📋 copy color: '#7C025D'

red 124 ◦ green 2 ◦ blue 93

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

Shades of Eggplant #7C025D

Tints of Eggplant #7C025D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 42.47%

R = 56.62%
G = 0.91%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#7C025D (or 0x7C025D) is known color: Eggplant. HEX triplet: 7C, 02 and 5D. RGB value is (124,2,93). Sum of RGB (Red+Green+Blue) = 124+2+93=219 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.62% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 93 (36.72% from 255 or 42.47% from 219); Max value from RGB is 124 - color contains mainly: red. Hex color #7C025D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C025D is #83FDA2. Grayscale: #303030. Windows color (decimal): -8650147 or 6095484. OLE color: 6095484.

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

Color convert

RGB 124 2 93 -
CMYK 0 0.98 0.25 0.51
HSL 315.25º 0.97% 0.25% -
HSV(B) 315.25º 0.98% 0.49% -
XYZ 10.31 5.12 10.8 -
YUV 48.85 152.92 181.6 -
System Red Green Blue C M Y K H S L
Decimal 124 2 93 0 0.98 0.25 0.51 315.25 0.97 0.25
Hex 7C 2 5D 0 62 19 33 13B 61 19
Octal 174 2 135 0 142 31 63 473 141 31
Binary 1111100 10 1011101 0 1100010 11001 110011 100111011 1100001 11001

Color Harmonies of #7C025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C025D

Black with #7C025D

Text Example


Text Example

White with #7C025D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,2,93); }

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

background-color css

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

 a { background-color: rgb(124,2,93); }

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

border-color css

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

 span { border-color: rgb(124,2,93); }

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