Html Css Color HEX #784595 Affair

📋 copy color: '#784595'

red 120 ◦ green 69 ◦ blue 149

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

Shades of Affair #784595

Tints of Affair #784595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.08%

R = 35.5%
G = 20.41%
B = 44.08%

CMYK

 C value IS 0.19

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#784595 (or 0x784595) is known color: Affair. HEX triplet: 78, 45 and 95. RGB value is (120,69,149). Sum of RGB (Red+Green+Blue) = 120+69+149=338 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.50% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 149 - color contains mainly: blue. Hex color #784595 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784595 is #87BA6A. Grayscale: #5D5D5D. Windows color (decimal): -8895083 or 9782648. OLE color: 9782648.

HSL color Cylindrical-coordinate representation of color #784595: hue angle of 278.25º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #784595 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 120 69 149 -
CMYK 0.19 0.54 0 0.42
HSL 278.25º 0.37% 0.43% -
HSV(B) 278.25º 0.54% 0.58% -
XYZ 15.3 10.42 29.64 -
YUV 93.37 159.4 147 -
System Red Green Blue C M Y K H S L
Decimal 120 69 149 0.19 0.54 0 0.42 278.25 0.37 0.43
Hex 78 45 95 13 36 0 2A 116 25 2B
Octal 170 105 225 23 66 0 52 426 45 53
Binary 1111000 1000101 10010101 10011 110110 0 101010 100010110 100101 101011

Color Harmonies of #784595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784595

Black with #784595

Text Example


Text Example

White with #784595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784595; }

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

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

background-color css

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

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

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

border-color css

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

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

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