Html Css Color HEX #7A5479 Trendy Pink

📋 copy color: '#7A5479'

red 122 ◦ green 84 ◦ blue 121

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

Shades of Trendy Pink #7A5479

Tints of Trendy Pink #7A5479

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.69%

 BLUE value IS 121 (47.66% from 255) = 37%

R = 37.31%
G = 25.69%
B = 37%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.01

 K value IS 0.52

RGB Variations

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

Color information

#7A5479 (or 0x7A5479) is known color: Trendy Pink. HEX triplet: 7A, 54 and 79. RGB value is (122,84,121). Sum of RGB (Red+Green+Blue) = 122+84+121=327 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.31% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 121 (47.66% from 255 or 37.00% from 327); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5479 is #85AB86. Grayscale: #636363. Windows color (decimal): -8760199 or 7951482. OLE color: 7951482.

HSL color Cylindrical-coordinate representation of color #7A5479: hue angle of 301.58º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7A5479 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 84 121 -
CMYK 0 0.31 0.01 0.52
HSL 301.58º 0.18% 0.4% -
HSV(B) 301.58º 0.31% 0.48% -
XYZ 14.65 11.86 19.61 -
YUV 99.58 140.09 143.99 -
System Red Green Blue C M Y K H S L
Decimal 122 84 121 0 0.31 0.01 0.52 301.58 0.18 0.4
Hex 7A 54 79 0 1F 1 34 12E 12 28
Octal 172 124 171 0 37 1 64 456 22 50
Binary 1111010 1010100 1111001 0 11111 1 110100 100101110 10010 101000

Color Harmonies of #7A5479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5479

Black with #7A5479

Text Example


Text Example

White with #7A5479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,84,121); }

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

background-color css

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

 a { background-color: rgb(122,84,121); }

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

border-color css

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

 span { border-color: rgb(122,84,121); }

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