#78478A

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

Shades of Affair #78478A

Tints of Affair #78478A

Color information

#78478A (or 0x78478A) is unknown color: approx Affair. HEX triplet: 78, 47 and 8A. RGB value is (120,71,138). Sum of RGB (Red+Green+Blue) = 120+71+138=329 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.47% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 138 - color contains mainly: blue. Hex color #78478A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78478A is #87B875. Grayscale: #5D5D5D. Windows color (decimal): -8894582 or 9062264. OLE color: 9062264.

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

Color convert

RGB12071138-
CMYK0.130.4900.46
HSL283.88º32.06%40.98%-
HSV(B)283.88º48.55%54.12%-
XYZ14.5910.3325.27-
YUV93.29153.23147.05-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.47%
GREEN value IS 71 (28.12% from 255) = 21.58%
BLUE value IS 138 (54.30% from 255) = 41.95%
R=36.47%
G=21.58%
B=41.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal120711380.130.4900.46283.8832.0640.98
Hex78478AD3102E11c2029
Octal17010721215610564344051
Binary111100010001111000101011011100010101110100011100100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78478A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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