#784885

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

Shades of Affair #784885

Tints of Affair #784885

Color information

#784885 (or 0x784885) is unknown color: approx Affair. HEX triplet: 78, 48 and 85. RGB value is (120,72,133). Sum of RGB (Red+Green+Blue) = 120+72+133=325 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.92% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 133 - color contains mainly: blue. Hex color #784885 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784885 is #87B77A. Grayscale: #5D5D5D. Windows color (decimal): -8894331 or 8734840. OLE color: 8734840.

HSL color Cylindrical-coordinate representation of color #784885: hue angle of 287.21º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #784885 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12072133-
CMYK0.100.4600.48
HSL287.21º29.76%40.2%-
HSV(B)287.21º45.86%52.16%-
XYZ14.310.3223.43-
YUV93.31150.4147.04-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.92%
GREEN value IS 72 (28.52% from 255) = 22.15%
BLUE value IS 133 (52.34% from 255) = 40.92%
R=36.92%
G=22.15%
B=40.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal120721330.100.4600.48287.2129.7640.2
Hex784885A2E03011f1e28
Octal17011020512560604373650
Binary11110001001000100001011010101110011000010001111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784885; }

 p { color: rgb(120,72,133); }

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

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

 a { background-color: rgb(120,72,133); }

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

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

 span { border-color: rgb(120,72,133); }

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