#78528A

Color #78528A Affair (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Affair #78528A

Tints of Affair #78528A

Color information

#78528A (or 0x78528A) is unknown color: approx Affair. HEX triplet: 78, 52 and 8A. RGB value is (120,82,138). Sum of RGB (Red+Green+Blue) = 120+82+138=340 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.29% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 138 - color contains mainly: blue. Hex color #78528A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78528A is #87AD75. Grayscale: #636363. Windows color (decimal): -8891766 or 9065080. OLE color: 9065080.

HSL color Cylindrical-coordinate representation of color #78528A: hue angle of 280.71º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78528A is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12082138-
CMYK0.130.4100.46
HSL280.71º25.45%43.14%-
HSV(B)280.71º40.58%54.12%-
XYZ15.3511.8625.53-
YUV99.75149.59142.45-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.29%
GREEN value IS 82 (32.42% from 255) = 24.12%
BLUE value IS 138 (54.30% from 255) = 40.59%
R=35.29%
G=24.12%
B=40.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal120821380.130.4100.46280.7125.4543.14
Hex78528AD2902E119192b
Octal17012221215510564313153
Binary11110001010010100010101101101001010111010001100111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78528A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78528A; }

 p { color: rgb(120,82,138); }

 H1.HeaderClassName
 {
   color: #78528A;
 }
 .AnyTagClassName
 {
   color: #78528A;
 }
</style>
background-color css

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

 a { background-color: rgb(120,82,138); }

 div.DivClassName
 {
   background-color: #78528A;
 }
 .BgClassName
 {
   background-color: #78528A;
 }
</style>
border-color css

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

 span { border-color: rgb(120,82,138); }

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