Html Css Color HEX #784A93 Affair

📋 copy color: '#784A93'

red 120 ◦ green 74 ◦ blue 147

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

Shades of Affair #784A93

Tints of Affair #784A93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 43.11%

R = 35.19%
G = 21.7%
B = 43.11%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#784A93 (or 0x784A93) is known color: Affair. HEX triplet: 78, 4A and 93. RGB value is (120,74,147). Sum of RGB (Red+Green+Blue) = 120+74+147=341 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.19% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 147 - color contains mainly: blue. Hex color #784A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784A93 is #87B56C. Grayscale: #5F5F5F. Windows color (decimal): -8893805 or 9652856. OLE color: 9652856.

HSL color Cylindrical-coordinate representation of color #784A93: hue angle of 277.81º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #784A93 is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 120 74 147 -
CMYK 0.18 0.50 0 0.42
HSL 277.81º 0.33% 0.43% -
HSV(B) 277.81º 0.5% 0.58% -
XYZ 15.46 11 28.91 -
YUV 96.08 156.74 145.06 -
System Red Green Blue C M Y K H S L
Decimal 120 74 147 0.18 0.50 0 0.42 277.81 0.33 0.43
Hex 78 4A 93 12 32 0 2A 116 21 2B
Octal 170 112 223 22 62 0 52 426 41 53
Binary 1111000 1001010 10010011 10010 110010 0 101010 100010110 100001 101011

Color Harmonies of #784A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784A93

Black with #784A93

Text Example


Text Example

White with #784A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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