#784588

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

Shades of Affair #784588

Tints of Affair #784588

Color information

#784588 (or 0x784588) is unknown color: approx Affair. HEX triplet: 78, 45 and 88. RGB value is (120,69,136). Sum of RGB (Red+Green+Blue) = 120+69+136=325 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.92% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 136 - color contains mainly: blue. Hex color #784588 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784588 is #87BA77. Grayscale: #5B5B5B. Windows color (decimal): -8895096 or 8930680. OLE color: 8930680.

HSL color Cylindrical-coordinate representation of color #784588: hue angle of 285.67º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #784588 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12069136-
CMYK0.120.4900.47
HSL285.67º32.68%40.2%-
HSV(B)285.67º49.26%53.33%-
XYZ14.3210.0324.47-
YUV91.89152.9148.05-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.92%
GREEN value IS 69 (27.34% from 255) = 21.23%
BLUE value IS 136 (53.52% from 255) = 41.85%
R=36.92%
G=21.23%
B=41.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal120691360.120.4900.47285.6732.6840.2
Hex784588C3102F11e2128
Octal17010521014610574364150
Binary111100010001011000100011001100010101111100011110100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784588; }

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

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

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

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

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

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

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

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