#78438F

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

Shades of Affair #78438F

Tints of Affair #78438F

Color information

#78438F (or 0x78438F) is unknown color: approx Affair. HEX triplet: 78, 43 and 8F. RGB value is (120,67,143). Sum of RGB (Red+Green+Blue) = 120+67+143=330 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.36% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 143 (56.25% from 255 or 43.33% from 330); Max value from RGB is 143 - color contains mainly: blue. Hex color #78438F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78438F is #87BC70. Grayscale: #5B5B5B. Windows color (decimal): -8895601 or 9388920. OLE color: 9388920.

HSL color Cylindrical-coordinate representation of color #78438F: hue angle of 281.84º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78438F is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12067143-
CMYK0.160.5300.44
HSL281.84º36.19%41.18%-
HSV(B)281.84º53.15%56.08%-
XYZ14.719.9927.14-
YUV91.51157.06148.32-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.36%
GREEN value IS 67 (26.56% from 255) = 20.30%
BLUE value IS 143 (56.25% from 255) = 43.33%
R=36.36%
G=20.30%
B=43.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal120671430.160.5300.44281.8436.1941.18
Hex78438F103502C11a2429
Octal17010321720650544324451
Binary1111000100001110001111100001101010101100100011010100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78438F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78438F; }

 p { color: rgb(120,67,143); }

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

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

 a { background-color: rgb(120,67,143); }

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

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

 span { border-color: rgb(120,67,143); }

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