Html Css Color HEX #784881 Affair

📋 copy color: '#784881'

red 120 ◦ green 72 ◦ blue 129

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

Shades of Affair #784881

Tints of Affair #784881

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.43%

 BLUE value IS 129 (50.78% from 255) = 40.19%

R = 37.38%
G = 22.43%
B = 40.19%

CMYK

 C value IS 0.07

 M value IS 0.44

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#784881 (or 0x784881) is known color: Affair. HEX triplet: 78, 48 and 81. RGB value is (120,72,129). Sum of RGB (Red+Green+Blue) = 120+72+129=321 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.38% from 321); Green value is 72 (28.52% from 255 or 22.43% from 321); Blue value is 129 (50.78% from 255 or 40.19% from 321); Max value from RGB is 129 - color contains mainly: blue. Hex color #784881 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784881 is #87B77E. Grayscale: #5C5C5C. Windows color (decimal): -8894335 or 8472696. OLE color: 8472696.

HSL color Cylindrical-coordinate representation of color #784881: hue angle of 290.53º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #784881 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 120 72 129 -
CMYK 0.07 0.44 0 0.49
HSL 290.53º 0.28% 0.39% -
HSV(B) 290.53º 0.44% 0.51% -
XYZ 14.03 10.21 22 -
YUV 92.85 148.4 147.37 -
System Red Green Blue C M Y K H S L
Decimal 120 72 129 0.07 0.44 0 0.49 290.53 0.28 0.39
Hex 78 48 81 7 2C 0 31 123 1C 27
Octal 170 110 201 7 54 0 61 443 34 47
Binary 1111000 1001000 10000001 111 101100 0 110001 100100011 11100 100111

Color Harmonies of #784881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784881

Black with #784881

Text Example


Text Example

White with #784881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784881; }

 p { color: rgb(120,72,129); }

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

background-color css

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

 a { background-color: rgb(120,72,129); }

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

border-color css

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

 span { border-color: rgb(120,72,129); }

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