Html Css Color HEX #78598E Affair

📋 copy color: '#78598E'

red 120 ◦ green 89 ◦ blue 142

#78598E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Affair #78598E

Tints of Affair #78598E

RGB

 RED value IS 120 (47.27% from 255) = 34.19%

 GREEN value IS 89 (35.16% from 255) = 25.36%

 BLUE value IS 142 (55.86% from 255) = 40.46%

R = 34.19%
G = 25.36%
B = 40.46%

CMYK

 C value IS 0.15

 M value IS 0.37

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#78598E (or 0x78598E) is known color: Affair. HEX triplet: 78, 59 and 8E. RGB value is (120,89,142). Sum of RGB (Red+Green+Blue) = 120+89+142=351 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.19% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 142 (55.86% from 255 or 40.46% from 351); Max value from RGB is 142 - color contains mainly: blue. Hex color #78598E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78598E is #87A671. Grayscale: #686868. Windows color (decimal): -8889970 or 9329016. OLE color: 9329016.

HSL color Cylindrical-coordinate representation of color #78598E: hue angle of 275.09º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #78598E is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 120 89 142 -
CMYK 0.15 0.37 0 0.44
HSL 275.09º 0.23% 0.45% -
HSV(B) 275.09º 0.37% 0.56% -
XYZ 16.2 13.09 27.26 -
YUV 104.31 149.27 139.19 -
System Red Green Blue C M Y K H S L
Decimal 120 89 142 0.15 0.37 0 0.44 275.09 0.23 0.45
Hex 78 59 8E F 25 0 2C 113 17 2D
Octal 170 131 216 17 45 0 54 423 27 55
Binary 1111000 1011001 10001110 1111 100101 0 101100 100010011 10111 101101

Color Harmonies of #78598E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78598E

Black with #78598E

Text Example


Text Example

White with #78598E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78598E; }

 p { color: rgb(120,89,142); }

 H1.HeaderClassName
 {
   color: #78598E;
 }
 .AnyTagClassName
 {
   color: #78598E;
 }
</style>

background-color css

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

 a { background-color: rgb(120,89,142); }

 div.DivClassName
 {
   background-color: #78598E;
 }
 .BgClassName
 {
   background-color: #78598E;
 }
</style>

border-color css

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

 span { border-color: rgb(120,89,142); }

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