Html Css Color HEX #824679 Trendy Pink

📋 copy color: '#824679'

red 130 ◦ green 70 ◦ blue 121

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

Shades of Trendy Pink #824679

Tints of Trendy Pink #824679

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.81%

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

R = 40.5%
G = 21.81%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#824679 (or 0x824679) is known color: Trendy Pink. HEX triplet: 82, 46 and 79. RGB value is (130,70,121). Sum of RGB (Red+Green+Blue) = 130+70+121=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 130 - color contains mainly: red. Hex color #824679 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824679 is #7DB986. Grayscale: #5D5D5D. Windows color (decimal): -8239495 or 7947906. OLE color: 7947906.

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

Color convert

RGB 130 70 121 -
CMYK 0 0.46 0.07 0.49
HSL 309º 0.3% 0.39% -
HSV(B) 309º 0.46% 0.51% -
XYZ 14.85 10.51 19.33 -
YUV 93.75 143.38 153.85 -
System Red Green Blue C M Y K H S L
Decimal 130 70 121 0 0.46 0.07 0.49 309 0.3 0.39
Hex 82 46 79 0 2E 7 31 135 1E 27
Octal 202 106 171 0 56 7 61 465 36 47
Binary 10000010 1000110 1111001 0 101110 111 110001 100110101 11110 100111

Color Harmonies of #824679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824679

Black with #824679

Text Example


Text Example

White with #824679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824679; }

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

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

background-color css

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

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

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

border-color css

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

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

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