Html Css Color HEX #7C0255 Eggplant

📋 copy color: '#7C0255'

red 124 ◦ green 2 ◦ blue 85

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

Shades of Eggplant #7C0255

Tints of Eggplant #7C0255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 40.28%

R = 58.77%
G = 0.95%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.51

RGB Variations

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

Color information

#7C0255 (or 0x7C0255) is known color: Eggplant. HEX triplet: 7C, 02 and 55. RGB value is (124,2,85). Sum of RGB (Red+Green+Blue) = 124+2+85=211 (27% of max value = 765). Red value is 124 (48.83% from 255 or 58.77% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 85 (33.59% from 255 or 40.28% from 211); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0255 is #83FDAA. Grayscale: #2F2F2F. Windows color (decimal): -8650155 or 5571196. OLE color: 5571196.

HSL color Cylindrical-coordinate representation of color #7C0255: hue angle of 319.18º 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 #7C0255 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 2 85 -
CMYK 0 0.98 0.31 0.51
HSL 319.18º 0.97% 0.25% -
HSV(B) 319.18º 0.98% 0.49% -
XYZ 9.97 4.98 9.03 -
YUV 47.94 148.92 182.25 -
System Red Green Blue C M Y K H S L
Decimal 124 2 85 0 0.98 0.31 0.51 319.18 0.97 0.25
Hex 7C 2 55 0 62 1F 33 13F 61 19
Octal 174 2 125 0 142 37 63 477 141 31
Binary 1111100 10 1010101 0 1100010 11111 110011 100111111 1100001 11001

Color Harmonies of #7C0255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0255

Black with #7C0255

Text Example


Text Example

White with #7C0255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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