Html Css Color HEX #78498D Affair

📋 copy color: '#78498D'

red 120 ◦ green 73 ◦ blue 141

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

Shades of Affair #78498D

Tints of Affair #78498D

RGB

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

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

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

R = 35.93%
G = 21.86%
B = 42.22%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#78498D (or 0x78498D) is known color: Affair. HEX triplet: 78, 49 and 8D. RGB value is (120,73,141). Sum of RGB (Red+Green+Blue) = 120+73+141=334 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.93% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 141 - color contains mainly: blue. Hex color #78498D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78498D is #87B672. Grayscale: #5E5E5E. Windows color (decimal): -8894067 or 9259384. OLE color: 9259384.

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

Color convert

RGB 120 73 141 -
CMYK 0.15 0.48 0 0.45
HSL 281.47º 0.32% 0.42% -
HSV(B) 281.47º 0.48% 0.55% -
XYZ 14.94 10.68 26.47 -
YUV 94.81 154.07 145.97 -
System Red Green Blue C M Y K H S L
Decimal 120 73 141 0.15 0.48 0 0.45 281.47 0.32 0.42
Hex 78 49 8D F 30 0 2D 119 20 2A
Octal 170 111 215 17 60 0 55 431 40 52
Binary 1111000 1001001 10001101 1111 110000 0 101101 100011001 100000 101010

Color Harmonies of #78498D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78498D

Black with #78498D

Text Example


Text Example

White with #78498D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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