Html Css Color HEX #784887 Affair

📋 copy color: '#784887'

red 120 ◦ green 72 ◦ blue 135

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

Shades of Affair #784887

Tints of Affair #784887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 41.28%

R = 36.7%
G = 22.02%
B = 41.28%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#784887 (or 0x784887) is known color: Affair. HEX triplet: 78, 48 and 87. RGB value is (120,72,135). Sum of RGB (Red+Green+Blue) = 120+72+135=327 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.70% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 135 (53.12% from 255 or 41.28% from 327); Max value from RGB is 135 - color contains mainly: blue. Hex color #784887 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784887 is #87B778. Grayscale: #5D5D5D. Windows color (decimal): -8894329 or 8865912. OLE color: 8865912.

HSL color Cylindrical-coordinate representation of color #784887: hue angle of 285.71º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #784887 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 120 72 135 -
CMYK 0.11 0.47 0 0.47
HSL 285.71º 0.3% 0.41% -
HSV(B) 285.71º 0.47% 0.53% -
XYZ 14.44 10.38 24.16 -
YUV 93.53 151.4 146.88 -
System Red Green Blue C M Y K H S L
Decimal 120 72 135 0.11 0.47 0 0.47 285.71 0.3 0.41
Hex 78 48 87 B 2F 0 2F 11E 1E 29
Octal 170 110 207 13 57 0 57 436 36 51
Binary 1111000 1001000 10000111 1011 101111 0 101111 100011110 11110 101001

Color Harmonies of #784887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784887

Black with #784887

Text Example


Text Example

White with #784887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784887; }

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

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

background-color css

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

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

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

border-color css

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

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

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