Html Css Color HEX #78588E Affair

📋 copy color: '#78588E'

red 120 ◦ green 88 ◦ blue 142

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

Shades of Affair #78588E

Tints of Affair #78588E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.14%

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

R = 34.29%
G = 25.14%
B = 40.57%

CMYK

 C value IS 0.15

 M value IS 0.38

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#78588E (or 0x78588E) is known color: Affair. HEX triplet: 78, 58 and 8E. RGB value is (120,88,142). Sum of RGB (Red+Green+Blue) = 120+88+142=350 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.29% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 142 - color contains mainly: blue. Hex color #78588E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78588E is #87A771. Grayscale: #676767. Windows color (decimal): -8890226 or 9328760. OLE color: 9328760.

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

Color convert

RGB 120 88 142 -
CMYK 0.15 0.38 0 0.44
HSL 275.56º 0.23% 0.45% -
HSV(B) 275.56º 0.38% 0.56% -
XYZ 16.12 12.93 27.24 -
YUV 103.72 149.6 139.61 -
System Red Green Blue C M Y K H S L
Decimal 120 88 142 0.15 0.38 0 0.44 275.56 0.23 0.45
Hex 78 58 8E F 26 0 2C 114 17 2D
Octal 170 130 216 17 46 0 54 424 27 55
Binary 1111000 1011000 10001110 1111 100110 0 101100 100010100 10111 101101

Color Harmonies of #78588E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78588E

Black with #78588E

Text Example


Text Example

White with #78588E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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