Html Css Color HEX #784985 Affair

📋 copy color: '#784985'

red 120 ◦ green 73 ◦ blue 133

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

Shades of Affair #784985

Tints of Affair #784985

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.39%

 BLUE value IS 133 (52.34% from 255) = 40.8%

R = 36.81%
G = 22.39%
B = 40.8%

CMYK

 C value IS 0.10

 M value IS 0.45

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#784985 (or 0x784985) is known color: Affair. HEX triplet: 78, 49 and 85. RGB value is (120,73,133). Sum of RGB (Red+Green+Blue) = 120+73+133=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 133 - color contains mainly: blue. Hex color #784985 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784985 is #87B67A. Grayscale: #5D5D5D. Windows color (decimal): -8894075 or 8735096. OLE color: 8735096.

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

Color convert

RGB 120 73 133 -
CMYK 0.10 0.45 0 0.48
HSL 287º 0.29% 0.4% -
HSV(B) 287º 0.45% 0.52% -
XYZ 14.36 10.45 23.45 -
YUV 93.89 150.07 146.62 -
System Red Green Blue C M Y K H S L
Decimal 120 73 133 0.10 0.45 0 0.48 287 0.29 0.4
Hex 78 49 85 A 2D 0 30 11F 1D 28
Octal 170 111 205 12 55 0 60 437 35 50
Binary 1111000 1001001 10000101 1010 101101 0 110000 100011111 11101 101000

Color Harmonies of #784985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784985

Black with #784985

Text Example


Text Example

White with #784985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784985; }

 p { color: rgb(120,73,133); }

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

background-color css

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

 a { background-color: rgb(120,73,133); }

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

border-color css

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

 span { border-color: rgb(120,73,133); }

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