#784584

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

Shades of Affair #784584

Tints of Affair #784584

Color information

#784584 (or 0x784584) is unknown color: approx Affair. HEX triplet: 78, 45 and 84. RGB value is (120,69,132). Sum of RGB (Red+Green+Blue) = 120+69+132=321 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.38% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 132 (51.95% from 255 or 41.12% from 321); Max value from RGB is 132 - color contains mainly: blue. Hex color #784584 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784584 is #87BA7B. Grayscale: #5B5B5B. Windows color (decimal): -8895100 or 8668536. OLE color: 8668536.

HSL color Cylindrical-coordinate representation of color #784584: hue angle of 288.57º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #784584 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12069132-
CMYK0.090.4800.48
HSL288.57º31.34%39.41%-
HSV(B)288.57º47.73%51.76%-
XYZ14.049.9223-
YUV91.43150.9148.38-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.38%
GREEN value IS 69 (27.34% from 255) = 21.50%
BLUE value IS 132 (51.95% from 255) = 41.12%
R=37.38%
G=21.50%
B=41.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal120691320.090.4800.48288.5731.3439.41
Hex7845849300301211f27
Octal17010520411600604413747
Binary11110001000101100001001001110000011000010010000111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784584; }

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

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

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

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

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

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

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

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