Html Css Color HEX #7C5091 Affair

📋 copy color: '#7C5091'

red 124 ◦ green 80 ◦ blue 145

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

Shades of Affair #7C5091

Tints of Affair #7C5091

RGB

 RED value IS 124 (48.83% from 255) = 35.53%

 GREEN value IS 80 (31.64% from 255) = 22.92%

 BLUE value IS 145 (57.03% from 255) = 41.55%

R = 35.53%
G = 22.92%
B = 41.55%

CMYK

 C value IS 0.14

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7C5091 (or 0x7C5091) is known color: Affair. HEX triplet: 7C, 50 and 91. RGB value is (124,80,145). Sum of RGB (Red+Green+Blue) = 124+80+145=349 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.53% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 145 (57.03% from 255 or 41.55% from 349); Max value from RGB is 145 - color contains mainly: blue. Hex color #7C5091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5091 is #83AF6E. Grayscale: #646464. Windows color (decimal): -8630127 or 9523324. OLE color: 9523324.

HSL color Cylindrical-coordinate representation of color #7C5091: hue angle of 280.62º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7C5091 is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 124 80 145 -
CMYK 0.14 0.45 0 0.43
HSL 280.62º 0.29% 0.44% -
HSV(B) 280.62º 0.45% 0.57% -
XYZ 16.29 12.07 28.26 -
YUV 100.57 153.08 144.71 -
System Red Green Blue C M Y K H S L
Decimal 124 80 145 0.14 0.45 0 0.43 280.62 0.29 0.44
Hex 7C 50 91 E 2D 0 2B 119 1D 2C
Octal 174 120 221 16 55 0 53 431 35 54
Binary 1111100 1010000 10010001 1110 101101 0 101011 100011001 11101 101100

Color Harmonies of #7C5091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5091

Black with #7C5091

Text Example


Text Example

White with #7C5091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C5091; }

 p { color: rgb(124,80,145); }

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

background-color css

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

 a { background-color: rgb(124,80,145); }

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

border-color css

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

 span { border-color: rgb(124,80,145); }

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