Html Css Color HEX #784589 Affair

📋 copy color: '#784589'

red 120 ◦ green 69 ◦ blue 137

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

Shades of Affair #784589

Tints of Affair #784589

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.17%

 BLUE value IS 137 (53.91% from 255) = 42.02%

R = 36.81%
G = 21.17%
B = 42.02%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#784589 (or 0x784589) is known color: Affair. HEX triplet: 78, 45 and 89. RGB value is (120,69,137). Sum of RGB (Red+Green+Blue) = 120+69+137=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 137 (53.91% from 255 or 42.02% from 326); Max value from RGB is 137 - color contains mainly: blue. Hex color #784589 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784589 is #87BA76. Grayscale: #5B5B5B. Windows color (decimal): -8895095 or 8996216. OLE color: 8996216.

HSL color Cylindrical-coordinate representation of color #784589: hue angle of 285º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #784589 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 120 69 137 -
CMYK 0.12 0.50 0 0.46
HSL 285º 0.33% 0.4% -
HSV(B) 285º 0.5% 0.54% -
XYZ 14.39 10.06 24.85 -
YUV 92 153.4 147.97 -
System Red Green Blue C M Y K H S L
Decimal 120 69 137 0.12 0.50 0 0.46 285 0.33 0.4
Hex 78 45 89 C 32 0 2E 11D 21 28
Octal 170 105 211 14 62 0 56 435 41 50
Binary 1111000 1000101 10001001 1100 110010 0 101110 100011101 100001 101000

Color Harmonies of #784589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784589

Black with #784589

Text Example


Text Example

White with #784589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784589; }

 p { color: rgb(120,69,137); }

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

background-color css

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

 a { background-color: rgb(120,69,137); }

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

border-color css

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

 span { border-color: rgb(120,69,137); }

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