Html Css Color HEX #78498F Affair

📋 copy color: '#78498F'

red 120 ◦ green 73 ◦ blue 143

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

Shades of Affair #78498F

Tints of Affair #78498F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.56%

R = 35.71%
G = 21.73%
B = 42.56%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#78498F (or 0x78498F) is known color: Affair. HEX triplet: 78, 49 and 8F. RGB value is (120,73,143). Sum of RGB (Red+Green+Blue) = 120+73+143=336 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.71% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 143 (56.25% from 255 or 42.56% from 336); Max value from RGB is 143 - color contains mainly: blue. Hex color #78498F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78498F is #87B670. Grayscale: #5E5E5E. Windows color (decimal): -8894065 or 9390456. OLE color: 9390456.

HSL color Cylindrical-coordinate representation of color #78498F: hue angle of 280.29º 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 #78498F is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 120 73 143 -
CMYK 0.16 0.49 0 0.44
HSL 280.29º 0.32% 0.42% -
HSV(B) 280.29º 0.49% 0.56% -
XYZ 15.09 10.74 27.26 -
YUV 95.03 155.07 145.81 -
System Red Green Blue C M Y K H S L
Decimal 120 73 143 0.16 0.49 0 0.44 280.29 0.32 0.42
Hex 78 49 8F 10 31 0 2C 118 20 2A
Octal 170 111 217 20 61 0 54 430 40 52
Binary 1111000 1001001 10001111 10000 110001 0 101100 100011000 100000 101010

Color Harmonies of #78498F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78498F

Black with #78498F

Text Example


Text Example

White with #78498F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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