Html Css Color HEX #7B0062 Eggplant

📋 copy color: '#7B0062'

red 123 ◦ green 0 ◦ blue 98

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

Shades of Eggplant #7B0062

Tints of Eggplant #7B0062

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 98 (38.67% from 255) = 44.34%

R = 55.66%
G = 0%
B = 44.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.52

RGB Variations

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

Color information

#7B0062 (or 0x7B0062) is known color: Eggplant. HEX triplet: 7B, 00 and 62. RGB value is (123,0,98). Sum of RGB (Red+Green+Blue) = 123+0+98=221 (29% of max value = 765). Red value is 123 (48.44% from 255 or 55.66% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 98 (38.67% from 255 or 44.34% from 221); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0062 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0062 is #84FF9D. Grayscale: #2F2F2F. Windows color (decimal): -8716190 or 6422651. OLE color: 6422651.

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

Color convert

RGB 123 0 98 -
CMYK 0 1 0.20 0.52
HSL 312.2º 1% 0.24% -
HSV(B) 312.2º 1% 0.48% -
XYZ 10.37 5.09 11.99 -
YUV 47.95 156.25 181.53 -
System Red Green Blue C M Y K H S L
Decimal 123 0 98 0 1 0.20 0.52 312.2 1 0.24
Hex 7B 0 62 0 64 14 34 138 64 18
Octal 173 0 142 0 144 24 64 470 144 30
Binary 1111011 0 1100010 0 1100100 10100 110100 100111000 1100100 11000

Color Harmonies of #7B0062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0062

Black with #7B0062

Text Example


Text Example

White with #7B0062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,0,98); }

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

background-color css

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

 a { background-color: rgb(123,0,98); }

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

border-color css

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

 span { border-color: rgb(123,0,98); }

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