Html Css Color HEX #7B065B Eggplant

📋 copy color: '#7B065B'

red 123 ◦ green 6 ◦ blue 91

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

Shades of Eggplant #7B065B

Tints of Eggplant #7B065B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.73%

 BLUE value IS 91 (35.94% from 255) = 41.36%

R = 55.91%
G = 2.73%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.52

RGB Variations

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

Color information

#7B065B (or 0x7B065B) is known color: Eggplant. HEX triplet: 7B, 06 and 5B. RGB value is (123,6,91). Sum of RGB (Red+Green+Blue) = 123+6+91=220 (29% of max value = 765). Red value is 123 (48.44% from 255 or 55.91% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 91 (35.94% from 255 or 41.36% from 220); Max value from RGB is 123 - color contains mainly: red. Hex color #7B065B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B065B is #84F9A4. Grayscale: #323232. Windows color (decimal): -8714661 or 5965435. OLE color: 5965435.

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

Color convert

RGB 123 6 91 -
CMYK 0 0.95 0.26 0.52
HSL 316.41º 0.91% 0.25% -
HSV(B) 316.41º 0.95% 0.48% -
XYZ 10.12 5.1 10.35 -
YUV 50.67 150.76 179.59 -
System Red Green Blue C M Y K H S L
Decimal 123 6 91 0 0.95 0.26 0.52 316.41 0.91 0.25
Hex 7B 6 5B 0 5F 1A 34 13C 5B 19
Octal 173 6 133 0 137 32 64 474 133 31
Binary 1111011 110 1011011 0 1011111 11010 110100 100111100 1011011 11001

Color Harmonies of #7B065B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B065B

Black with #7B065B

Text Example


Text Example

White with #7B065B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,6,91); }

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

background-color css

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

 a { background-color: rgb(123,6,91); }

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

border-color css

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

 span { border-color: rgb(123,6,91); }

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