Html Css Color HEX #7B0357 Eggplant

📋 copy color: '#7B0357'

red 123 ◦ green 3 ◦ blue 87

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

Shades of Eggplant #7B0357

Tints of Eggplant #7B0357

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.41%

 BLUE value IS 87 (34.38% from 255) = 40.85%

R = 57.75%
G = 1.41%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.52

RGB Variations

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

Color information

#7B0357 (or 0x7B0357) is known color: Eggplant. HEX triplet: 7B, 03 and 57. RGB value is (123,3,87). Sum of RGB (Red+Green+Blue) = 123+3+87=213 (28% of max value = 765). Red value is 123 (48.44% from 255 or 57.75% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 87 (34.38% from 255 or 40.85% from 213); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0357 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0357 is #84FCA8. Grayscale: #303030. Windows color (decimal): -8715433 or 5702523. OLE color: 5702523.

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

Color convert

RGB 123 3 87 -
CMYK 0 0.98 0.29 0.52
HSL 318º 0.95% 0.25% -
HSV(B) 318º 0.98% 0.48% -
XYZ 9.92 4.96 9.45 -
YUV 48.46 149.76 181.17 -
System Red Green Blue C M Y K H S L
Decimal 123 3 87 0 0.98 0.29 0.52 318 0.95 0.25
Hex 7B 3 57 0 62 1D 34 13E 5F 19
Octal 173 3 127 0 142 35 64 476 137 31
Binary 1111011 11 1010111 0 1100010 11101 110100 100111110 1011111 11001

Color Harmonies of #7B0357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0357

Black with #7B0357

Text Example


Text Example

White with #7B0357

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,3,87); }

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

background-color css

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

 a { background-color: rgb(123,3,87); }

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

border-color css

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

 span { border-color: rgb(123,3,87); }

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