Html Css Color HEX #80447C Trendy Pink

📋 copy color: '#80447C'

red 128 ◦ green 68 ◦ blue 124

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

Shades of Trendy Pink #80447C

Tints of Trendy Pink #80447C

RGB

 RED value IS 128 (50.39% from 255) = 40%

 GREEN value IS 68 (26.95% from 255) = 21.25%

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

R = 40%
G = 21.25%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.50

RGB Variations

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

Color information

#80447C (or 0x80447C) is known color: Trendy Pink. HEX triplet: 80, 44 and 7C. RGB value is (128,68,124). Sum of RGB (Red+Green+Blue) = 128+68+124=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 128 - color contains mainly: red. Hex color #80447C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80447C is #7FBB83. Grayscale: #5C5C5C. Windows color (decimal): -8371076 or 8144000. OLE color: 8144000.

HSL color Cylindrical-coordinate representation of color #80447C: hue angle of 304º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80447C is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 68 124 -
CMYK 0 0.47 0.03 0.50
HSL 304º 0.31% 0.38% -
HSV(B) 304º 0.47% 0.5% -
XYZ 14.61 10.18 20.26 -
YUV 92.32 145.88 153.45 -
System Red Green Blue C M Y K H S L
Decimal 128 68 124 0 0.47 0.03 0.50 304 0.31 0.38
Hex 80 44 7C 0 2F 3 32 130 1F 26
Octal 200 104 174 0 57 3 62 460 37 46
Binary 10000000 1000100 1111100 0 101111 11 110010 100110000 11111 100110

Color Harmonies of #80447C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80447C

Black with #80447C

Text Example


Text Example

White with #80447C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,68,124); }

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

background-color css

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

 a { background-color: rgb(128,68,124); }

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

border-color css

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

 span { border-color: rgb(128,68,124); }

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