Html Css Color HEX #7A0358 Eggplant

📋 copy color: '#7A0358'

red 122 ◦ green 3 ◦ blue 88

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

Shades of Eggplant #7A0358

Tints of Eggplant #7A0358

RGB

 RED value IS 122 (48.05% from 255) = 57.28%

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

 BLUE value IS 88 (34.77% from 255) = 41.31%

R = 57.28%
G = 1.41%
B = 41.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.52

RGB Variations

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

Color information

#7A0358 (or 0x7A0358) is known color: Eggplant. HEX triplet: 7A, 03 and 58. RGB value is (122,3,88). Sum of RGB (Red+Green+Blue) = 122+3+88=213 (28% of max value = 765). Red value is 122 (48.05% from 255 or 57.28% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 88 (34.77% from 255 or 41.31% from 213); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0358 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0358 is #85FCA7. Grayscale: #303030. Windows color (decimal): -8780968 or 5768058. OLE color: 5768058.

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

Color convert

RGB 122 3 88 -
CMYK 0 0.98 0.28 0.52
HSL 317.14º 0.95% 0.25% -
HSV(B) 317.14º 0.98% 0.48% -
XYZ 9.82 4.91 9.66 -
YUV 48.27 150.42 180.59 -
System Red Green Blue C M Y K H S L
Decimal 122 3 88 0 0.98 0.28 0.52 317.14 0.95 0.25
Hex 7A 3 58 0 62 1C 34 13D 5F 19
Octal 172 3 130 0 142 34 64 475 137 31
Binary 1111010 11 1011000 0 1100010 11100 110100 100111101 1011111 11001

Color Harmonies of #7A0358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0358

Black with #7A0358

Text Example


Text Example

White with #7A0358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,3,88); }

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

background-color css

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

 a { background-color: rgb(122,3,88); }

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

border-color css

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

 span { border-color: rgb(122,3,88); }

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