Html Css Color HEX #7B055D Eggplant

📋 copy color: '#7B055D'

red 123 ◦ green 5 ◦ blue 93

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

Shades of Eggplant #7B055D

Tints of Eggplant #7B055D

RGB

 RED value IS 123 (48.44% from 255) = 55.66%

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

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

R = 55.66%
G = 2.26%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.52

RGB Variations

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

Color information

#7B055D (or 0x7B055D) is known color: Eggplant. HEX triplet: 7B, 05 and 5D. RGB value is (123,5,93). Sum of RGB (Red+Green+Blue) = 123+5+93=221 (29% of max value = 765). Red value is 123 (48.44% from 255 or 55.66% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 123 - color contains mainly: red. Hex color #7B055D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B055D is #84FAA2. Grayscale: #323232. Windows color (decimal): -8714915 or 6096251. OLE color: 6096251.

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

Color convert

RGB 123 5 93 -
CMYK 0 0.96 0.24 0.52
HSL 315.25º 0.92% 0.25% -
HSV(B) 315.25º 0.96% 0.48% -
XYZ 10.2 5.11 10.8 -
YUV 50.31 152.09 179.84 -
System Red Green Blue C M Y K H S L
Decimal 123 5 93 0 0.96 0.24 0.52 315.25 0.92 0.25
Hex 7B 5 5D 0 60 18 34 13B 5C 19
Octal 173 5 135 0 140 30 64 473 134 31
Binary 1111011 101 1011101 0 1100000 11000 110100 100111011 1011100 11001

Color Harmonies of #7B055D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B055D

Black with #7B055D

Text Example


Text Example

White with #7B055D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,5,93); }

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

background-color css

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

 a { background-color: rgb(123,5,93); }

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

border-color css

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

 span { border-color: rgb(123,5,93); }

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