Html Css Color HEX #7C0B5A Eggplant

📋 copy color: '#7C0B5A'

red 124 ◦ green 11 ◦ blue 90

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

Shades of Eggplant #7C0B5A

Tints of Eggplant #7C0B5A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.89%

 BLUE value IS 90 (35.55% from 255) = 40%

R = 55.11%
G = 4.89%
B = 40%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#7C0B5A (or 0x7C0B5A) is known color: Eggplant. HEX triplet: 7C, 0B and 5A. RGB value is (124,11,90). Sum of RGB (Red+Green+Blue) = 124+11+90=225 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.11% from 225); Green value is 11 (4.69% from 255 or 4.89% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0B5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0B5A is #83F4A5. Grayscale: #353535. Windows color (decimal): -8647846 or 5901180. OLE color: 5901180.

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

Color convert

RGB 124 11 90 -
CMYK 0 0.91 0.27 0.51
HSL 318.05º 0.84% 0.26% -
HSV(B) 318.05º 0.91% 0.49% -
XYZ 10.28 5.26 10.15 -
YUV 53.79 148.44 178.08 -
System Red Green Blue C M Y K H S L
Decimal 124 11 90 0 0.91 0.27 0.51 318.05 0.84 0.26
Hex 7C B 5A 0 5B 1B 33 13E 54 1A
Octal 174 13 132 0 133 33 63 476 124 32
Binary 1111100 1011 1011010 0 1011011 11011 110011 100111110 1010100 11010

Color Harmonies of #7C0B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0B5A

Black with #7C0B5A

Text Example


Text Example

White with #7C0B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,11,90); }

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

background-color css

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

 a { background-color: rgb(124,11,90); }

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

border-color css

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

 span { border-color: rgb(124,11,90); }

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