#78448F

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

Shades of Affair #78448F

Tints of Affair #78448F

Color information

#78448F (or 0x78448F) is unknown color: approx Affair. HEX triplet: 78, 44 and 8F. RGB value is (120,68,143). Sum of RGB (Red+Green+Blue) = 120+68+143=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 143 (56.25% from 255 or 43.20% from 331); Max value from RGB is 143 - color contains mainly: blue. Hex color #78448F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78448F is #87BB70. Grayscale: #5B5B5B. Windows color (decimal): -8895345 or 9389176. OLE color: 9389176.

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

Color convert

RGB12068143-
CMYK0.160.5200.44
HSL281.6º35.55%41.37%-
HSV(B)281.6º52.45%56.08%-
XYZ14.7710.1127.16-
YUV92.1156.73147.9-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.25%
GREEN value IS 68 (26.95% from 255) = 20.54%
BLUE value IS 143 (56.25% from 255) = 43.20%
R=36.25%
G=20.54%
B=43.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal120681430.160.5200.44281.635.5541.37
Hex78448F103402C11a2429
Octal17010421720640544324451
Binary1111000100010010001111100001101000101100100011010100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78448F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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