Html Css Color HEX #824779 Trendy Pink

📋 copy color: '#824779'

red 130 ◦ green 71 ◦ blue 121

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

Shades of Trendy Pink #824779

Tints of Trendy Pink #824779

RGB

 RED value IS 130 (51.17% from 255) = 40.37%

 GREEN value IS 71 (28.13% from 255) = 22.05%

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

R = 40.37%
G = 22.05%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#824779 (or 0x824779) is known color: Trendy Pink. HEX triplet: 82, 47 and 79. RGB value is (130,71,121). Sum of RGB (Red+Green+Blue) = 130+71+121=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 121 (47.66% from 255 or 37.58% from 322); Max value from RGB is 130 - color contains mainly: red. Hex color #824779 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824779 is #7DB886. Grayscale: #5E5E5E. Windows color (decimal): -8239239 or 7948162. OLE color: 7948162.

HSL color Cylindrical-coordinate representation of color #824779: hue angle of 309.15º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #824779 is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 71 121 -
CMYK 0 0.45 0.07 0.49
HSL 309.15º 0.29% 0.39% -
HSV(B) 309.15º 0.45% 0.51% -
XYZ 14.91 10.63 19.36 -
YUV 94.34 143.05 153.43 -
System Red Green Blue C M Y K H S L
Decimal 130 71 121 0 0.45 0.07 0.49 309.15 0.29 0.39
Hex 82 47 79 0 2D 7 31 135 1D 27
Octal 202 107 171 0 55 7 61 465 35 47
Binary 10000010 1000111 1111001 0 101101 111 110001 100110101 11101 100111

Color Harmonies of #824779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824779

Black with #824779

Text Example


Text Example

White with #824779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824779; }

 p { color: rgb(130,71,121); }

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

background-color css

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

 a { background-color: rgb(130,71,121); }

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

border-color css

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

 span { border-color: rgb(130,71,121); }

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