Html Css Color HEX #784784 Affair

📋 copy color: '#784784'

red 120 ◦ green 71 ◦ blue 132

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

Shades of Affair #784784

Tints of Affair #784784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 40.87%

R = 37.15%
G = 21.98%
B = 40.87%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#784784 (or 0x784784) is known color: Affair. HEX triplet: 78, 47 and 84. RGB value is (120,71,132). Sum of RGB (Red+Green+Blue) = 120+71+132=323 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.15% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 132 (51.95% from 255 or 40.87% from 323); Max value from RGB is 132 - color contains mainly: blue. Hex color #784784 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784784 is #87B87B. Grayscale: #5C5C5C. Windows color (decimal): -8894588 or 8669048. OLE color: 8669048.

HSL color Cylindrical-coordinate representation of color #784784: hue angle of 288.2º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #784784 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 120 71 132 -
CMYK 0.09 0.46 0 0.48
HSL 288.2º 0.3% 0.4% -
HSV(B) 288.2º 0.46% 0.52% -
XYZ 14.16 10.17 23.05 -
YUV 92.61 150.23 147.54 -
System Red Green Blue C M Y K H S L
Decimal 120 71 132 0.09 0.46 0 0.48 288.2 0.3 0.4
Hex 78 47 84 9 2E 0 30 120 1E 28
Octal 170 107 204 11 56 0 60 440 36 50
Binary 1111000 1000111 10000100 1001 101110 0 110000 100100000 11110 101000

Color Harmonies of #784784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784784

Black with #784784

Text Example


Text Example

White with #784784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784784; }

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

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

background-color css

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

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

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

border-color css

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

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

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