Html Css Color HEX #78488F Affair

📋 copy color: '#78488F'

red 120 ◦ green 72 ◦ blue 143

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

Shades of Affair #78488F

Tints of Affair #78488F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.49%

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

R = 35.82%
G = 21.49%
B = 42.69%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#78488F (or 0x78488F) is known color: Affair. HEX triplet: 78, 48 and 8F. RGB value is (120,72,143). Sum of RGB (Red+Green+Blue) = 120+72+143=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 143 (56.25% from 255 or 42.69% from 335); Max value from RGB is 143 - color contains mainly: blue. Hex color #78488F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78488F is #87B770. Grayscale: #5E5E5E. Windows color (decimal): -8894321 or 9390200. OLE color: 9390200.

HSL color Cylindrical-coordinate representation of color #78488F: hue angle of 280.56º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78488F is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 120 72 143 -
CMYK 0.16 0.50 0 0.44
HSL 280.56º 0.33% 0.42% -
HSV(B) 280.56º 0.5% 0.56% -
XYZ 15.02 10.61 27.24 -
YUV 94.45 155.4 146.23 -
System Red Green Blue C M Y K H S L
Decimal 120 72 143 0.16 0.50 0 0.44 280.56 0.33 0.42
Hex 78 48 8F 10 32 0 2C 119 21 2A
Octal 170 110 217 20 62 0 54 431 41 52
Binary 1111000 1001000 10001111 10000 110010 0 101100 100011001 100001 101010

Color Harmonies of #78488F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78488F

Black with #78488F

Text Example


Text Example

White with #78488F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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