Html Css Color HEX #7C0F5D Eggplant

📋 copy color: '#7C0F5D'

red 124 ◦ green 15 ◦ blue 93

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

Shades of Eggplant #7C0F5D

Tints of Eggplant #7C0F5D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.47%

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

R = 53.45%
G = 6.47%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#7C0F5D (or 0x7C0F5D) is known color: Eggplant. HEX triplet: 7C, 0F and 5D. RGB value is (124,15,93). Sum of RGB (Red+Green+Blue) = 124+15+93=232 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.45% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0F5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0F5D is #83F0A2. Grayscale: #383838. Windows color (decimal): -8646819 or 6098812. OLE color: 6098812.

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

Color convert

RGB 124 15 93 -
CMYK 0 0.88 0.25 0.51
HSL 317.06º 0.78% 0.27% -
HSV(B) 317.06º 0.88% 0.49% -
XYZ 10.46 5.42 10.85 -
YUV 56.48 148.61 176.16 -
System Red Green Blue C M Y K H S L
Decimal 124 15 93 0 0.88 0.25 0.51 317.06 0.78 0.27
Hex 7C F 5D 0 58 19 33 13D 4E 1B
Octal 174 17 135 0 130 31 63 475 116 33
Binary 1111100 1111 1011101 0 1011000 11001 110011 100111101 1001110 11011

Color Harmonies of #7C0F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0F5D

Black with #7C0F5D

Text Example


Text Example

White with #7C0F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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