Html Css Color HEX #7C5290 Affair

📋 copy color: '#7C5290'

red 124 ◦ green 82 ◦ blue 144

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

Shades of Affair #7C5290

Tints of Affair #7C5290

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.43%

 BLUE value IS 144 (56.64% from 255) = 41.14%

R = 35.43%
G = 23.43%
B = 41.14%

CMYK

 C value IS 0.14

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7C5290 (or 0x7C5290) is known color: Affair. HEX triplet: 7C, 52 and 90. RGB value is (124,82,144). Sum of RGB (Red+Green+Blue) = 124+82+144=350 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.43% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 144 (56.64% from 255 or 41.14% from 350); Max value from RGB is 144 - color contains mainly: blue. Hex color #7C5290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5290 is #83AD6F. Grayscale: #656565. Windows color (decimal): -8629616 or 9458300. OLE color: 9458300.

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

Color convert

RGB 124 82 144 -
CMYK 0.14 0.43 0 0.44
HSL 280.65º 0.27% 0.44% -
HSV(B) 280.65º 0.43% 0.56% -
XYZ 16.36 12.33 27.9 -
YUV 101.63 151.91 143.96 -
System Red Green Blue C M Y K H S L
Decimal 124 82 144 0.14 0.43 0 0.44 280.65 0.27 0.44
Hex 7C 52 90 E 2B 0 2C 119 1B 2C
Octal 174 122 220 16 53 0 54 431 33 54
Binary 1111100 1010010 10010000 1110 101011 0 101100 100011001 11011 101100

Color Harmonies of #7C5290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5290

Black with #7C5290

Text Example


Text Example

White with #7C5290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,82,144); }

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

background-color css

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

 a { background-color: rgb(124,82,144); }

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

border-color css

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

 span { border-color: rgb(124,82,144); }

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