Html Css Color HEX #78588D Affair

📋 copy color: '#78588D'

red 120 ◦ green 88 ◦ blue 141

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

Shades of Affair #78588D

Tints of Affair #78588D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.4%

R = 34.38%
G = 25.21%
B = 40.4%

CMYK

 C value IS 0.15

 M value IS 0.38

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#78588D (or 0x78588D) is known color: Affair. HEX triplet: 78, 58 and 8D. RGB value is (120,88,141). Sum of RGB (Red+Green+Blue) = 120+88+141=349 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.38% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 141 - color contains mainly: blue. Hex color #78588D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78588D is #87A772. Grayscale: #676767. Windows color (decimal): -8890227 or 9263224. OLE color: 9263224.

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

Color convert

RGB 120 88 141 -
CMYK 0.15 0.38 0 0.45
HSL 276.23º 0.23% 0.45% -
HSV(B) 276.23º 0.38% 0.55% -
XYZ 16.04 12.9 26.84 -
YUV 103.61 149.1 139.69 -
System Red Green Blue C M Y K H S L
Decimal 120 88 141 0.15 0.38 0 0.45 276.23 0.23 0.45
Hex 78 58 8D F 26 0 2D 114 17 2D
Octal 170 130 215 17 46 0 55 424 27 55
Binary 1111000 1011000 10001101 1111 100110 0 101101 100010100 10111 101101

Color Harmonies of #78588D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78588D

Black with #78588D

Text Example


Text Example

White with #78588D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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