#78458A

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

Shades of Affair #78458A

Tints of Affair #78458A

Color information

#78458A (or 0x78458A) is unknown color: approx Affair. HEX triplet: 78, 45 and 8A. RGB value is (120,69,138). Sum of RGB (Red+Green+Blue) = 120+69+138=327 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.70% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 138 - color contains mainly: blue. Hex color #78458A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78458A is #87BA75. Grayscale: #5B5B5B. Windows color (decimal): -8895094 or 9061752. OLE color: 9061752.

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

Color convert

RGB12069138-
CMYK0.130.500.46
HSL284.35º33.33%40.59%-
HSV(B)284.35º50%54.12%-
XYZ14.4610.0825.23-
YUV92.12153.9147.89-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.70%
GREEN value IS 69 (27.34% from 255) = 21.10%
BLUE value IS 138 (54.30% from 255) = 42.20%
R=36.70%
G=21.10%
B=42.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal120691380.130.500.46284.3533.3340.59
Hex78458AD3202E11c2129
Octal17010521215620564344151
Binary111100010001011000101011011100100101110100011100100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78458A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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