Html Css Color HEX #824780 Trendy Pink

📋 copy color: '#824780'

red 130 ◦ green 71 ◦ blue 128

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

Shades of Trendy Pink #824780

Tints of Trendy Pink #824780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 38.91%

R = 39.51%
G = 21.58%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#824780 (or 0x824780) is known color: Trendy Pink. HEX triplet: 82, 47 and 80. RGB value is (130,71,128). Sum of RGB (Red+Green+Blue) = 130+71+128=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 130 - color contains mainly: red. Hex color #824780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824780 is #7DB87F. Grayscale: #5E5E5E. Windows color (decimal): -8239232 or 8406914. OLE color: 8406914.

HSL color Cylindrical-coordinate representation of color #824780: hue angle of 302.03º 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 #824780 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 71 128 -
CMYK 0 0.45 0.02 0.49
HSL 302.03º 0.29% 0.39% -
HSV(B) 302.03º 0.45% 0.51% -
XYZ 15.36 10.81 21.7 -
YUV 95.14 146.55 152.87 -
System Red Green Blue C M Y K H S L
Decimal 130 71 128 0 0.45 0.02 0.49 302.03 0.29 0.39
Hex 82 47 80 0 2D 2 31 12E 1D 27
Octal 202 107 200 0 55 2 61 456 35 47
Binary 10000010 1000111 10000000 0 101101 10 110001 100101110 11101 100111

Color Harmonies of #824780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824780

Black with #824780

Text Example


Text Example

White with #824780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824780; }

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

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

background-color css

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

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

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

border-color css

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

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

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