Html Css Color HEX #784A8D Affair

📋 copy color: '#784A8D'

red 120 ◦ green 74 ◦ blue 141

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

Shades of Affair #784A8D

Tints of Affair #784A8D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.09%

 BLUE value IS 141 (55.47% from 255) = 42.09%

R = 35.82%
G = 22.09%
B = 42.09%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#784A8D (or 0x784A8D) is known color: Affair. HEX triplet: 78, 4A and 8D. RGB value is (120,74,141). Sum of RGB (Red+Green+Blue) = 120+74+141=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 141 - color contains mainly: blue. Hex color #784A8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784A8D is #87B572. Grayscale: #5F5F5F. Windows color (decimal): -8893811 or 9259640. OLE color: 9259640.

HSL color Cylindrical-coordinate representation of color #784A8D: hue angle of 281.19º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #784A8D is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 120 74 141 -
CMYK 0.15 0.48 0 0.45
HSL 281.19º 0.31% 0.42% -
HSV(B) 281.19º 0.48% 0.55% -
XYZ 15 10.81 26.5 -
YUV 95.39 153.74 145.55 -
System Red Green Blue C M Y K H S L
Decimal 120 74 141 0.15 0.48 0 0.45 281.19 0.31 0.42
Hex 78 4A 8D F 30 0 2D 119 1F 2A
Octal 170 112 215 17 60 0 55 431 37 52
Binary 1111000 1001010 10001101 1111 110000 0 101101 100011001 11111 101010

Color Harmonies of #784A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784A8D

Black with #784A8D

Text Example


Text Example

White with #784A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784A8D; }

 p { color: rgb(120,74,141); }

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

background-color css

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

 a { background-color: rgb(120,74,141); }

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

border-color css

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

 span { border-color: rgb(120,74,141); }

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