Html Css Color HEX #7B0663 Eggplant

📋 copy color: '#7B0663'

red 123 ◦ green 6 ◦ blue 99

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

Shades of Eggplant #7B0663

Tints of Eggplant #7B0663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 43.42%

R = 53.95%
G = 2.63%
B = 43.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.20

 K value IS 0.52

RGB Variations

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

Color information

#7B0663 (or 0x7B0663) is known color: Eggplant. HEX triplet: 7B, 06 and 63. RGB value is (123,6,99). Sum of RGB (Red+Green+Blue) = 123+6+99=228 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.95% from 228); Green value is 6 (2.73% from 255 or 2.63% from 228); Blue value is 99 (39.06% from 255 or 43.42% from 228); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0663 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0663 is #84F99C. Grayscale: #333333. Windows color (decimal): -8714653 or 6489723. OLE color: 6489723.

HSL color Cylindrical-coordinate representation of color #7B0663: hue angle of 312.31º 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 #7B0663 is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 6 99 -
CMYK 0 0.95 0.20 0.52
HSL 312.31º 0.91% 0.25% -
HSV(B) 312.31º 0.95% 0.48% -
XYZ 10.49 5.24 12.26 -
YUV 51.59 154.76 178.94 -
System Red Green Blue C M Y K H S L
Decimal 123 6 99 0 0.95 0.20 0.52 312.31 0.91 0.25
Hex 7B 6 63 0 5F 14 34 138 5B 19
Octal 173 6 143 0 137 24 64 470 133 31
Binary 1111011 110 1100011 0 1011111 10100 110100 100111000 1011011 11001

Color Harmonies of #7B0663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0663

Black with #7B0663

Text Example


Text Example

White with #7B0663

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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