Html Css Color HEX #78478C Affair

📋 copy color: '#78478C'

red 120 ◦ green 71 ◦ blue 140

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

Shades of Affair #78478C

Tints of Affair #78478C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.45%

 BLUE value IS 140 (55.08% from 255) = 42.3%

R = 36.25%
G = 21.45%
B = 42.3%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#78478C (or 0x78478C) is known color: Affair. HEX triplet: 78, 47 and 8C. RGB value is (120,71,140). Sum of RGB (Red+Green+Blue) = 120+71+140=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 140 - color contains mainly: blue. Hex color #78478C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78478C is #87B873. Grayscale: #5D5D5D. Windows color (decimal): -8894580 or 9193336. OLE color: 9193336.

HSL color Cylindrical-coordinate representation of color #78478C: hue angle of 282.61º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78478C is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 120 71 140 -
CMYK 0.14 0.49 0 0.45
HSL 282.61º 0.33% 0.41% -
HSV(B) 282.61º 0.49% 0.55% -
XYZ 14.73 10.39 26.04 -
YUV 93.52 154.23 146.89 -
System Red Green Blue C M Y K H S L
Decimal 120 71 140 0.14 0.49 0 0.45 282.61 0.33 0.41
Hex 78 47 8C E 31 0 2D 11B 21 29
Octal 170 107 214 16 61 0 55 433 41 51
Binary 1111000 1000111 10001100 1110 110001 0 101101 100011011 100001 101001

Color Harmonies of #78478C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78478C

Black with #78478C

Text Example


Text Example

White with #78478C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78478C; }

 p { color: rgb(120,71,140); }

 H1.HeaderClassName
 {
   color: #78478C;
 }
 .AnyTagClassName
 {
   color: #78478C;
 }
</style>

background-color css

<style>
 a { background-color: #78478C; }

 a { background-color: rgb(120,71,140); }

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

border-color css

<style>
 span { border-color: #78478C; }

 span { border-color: rgb(120,71,140); }

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