Html Css Color HEX #78498E Affair

📋 copy color: '#78498E'

red 120 ◦ green 73 ◦ blue 142

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

Shades of Affair #78498E

Tints of Affair #78498E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.79%

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

R = 35.82%
G = 21.79%
B = 42.39%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#78498E (or 0x78498E) is known color: Affair. HEX triplet: 78, 49 and 8E. RGB value is (120,73,142). Sum of RGB (Red+Green+Blue) = 120+73+142=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 142 (55.86% from 255 or 42.39% from 335); Max value from RGB is 142 - color contains mainly: blue. Hex color #78498E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78498E is #87B671. Grayscale: #5E5E5E. Windows color (decimal): -8894066 or 9324920. OLE color: 9324920.

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

Color convert

RGB 120 73 142 -
CMYK 0.15 0.49 0 0.44
HSL 280.87º 0.32% 0.42% -
HSV(B) 280.87º 0.49% 0.56% -
XYZ 15.01 10.71 26.87 -
YUV 94.92 154.57 145.89 -
System Red Green Blue C M Y K H S L
Decimal 120 73 142 0.15 0.49 0 0.44 280.87 0.32 0.42
Hex 78 49 8E F 31 0 2C 119 20 2A
Octal 170 111 216 17 61 0 54 431 40 52
Binary 1111000 1001001 10001110 1111 110001 0 101100 100011001 100000 101010

Color Harmonies of #78498E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78498E

Black with #78498E

Text Example


Text Example

White with #78498E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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