Html Css Color HEX #82477C Trendy Pink

📋 copy color: '#82477C'

red 130 ◦ green 71 ◦ blue 124

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

Shades of Trendy Pink #82477C

Tints of Trendy Pink #82477C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.15%

R = 40%
G = 21.85%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#82477C (or 0x82477C) is known color: Trendy Pink. HEX triplet: 82, 47 and 7C. RGB value is (130,71,124). Sum of RGB (Red+Green+Blue) = 130+71+124=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 130 - color contains mainly: red. Hex color #82477C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82477C is #7DB883. Grayscale: #5E5E5E. Windows color (decimal): -8239236 or 8144770. OLE color: 8144770.

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

Color convert

RGB 130 71 124 -
CMYK 0 0.45 0.05 0.49
HSL 306.1º 0.29% 0.39% -
HSV(B) 306.1º 0.45% 0.51% -
XYZ 15.1 10.71 20.34 -
YUV 94.68 144.55 153.19 -
System Red Green Blue C M Y K H S L
Decimal 130 71 124 0 0.45 0.05 0.49 306.1 0.29 0.39
Hex 82 47 7C 0 2D 5 31 132 1D 27
Octal 202 107 174 0 55 5 61 462 35 47
Binary 10000010 1000111 1111100 0 101101 101 110001 100110010 11101 100111

Color Harmonies of #82477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82477C

Black with #82477C

Text Example


Text Example

White with #82477C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82477C; }

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

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

background-color css

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

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

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

border-color css

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

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

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