Html Css Color HEX #7C5090 Affair

📋 copy color: '#7C5090'

red 124 ◦ green 80 ◦ blue 144

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

Shades of Affair #7C5090

Tints of Affair #7C5090

RGB

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

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

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

R = 35.63%
G = 22.99%
B = 41.38%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7C5090 (or 0x7C5090) is known color: Affair. HEX triplet: 7C, 50 and 90. RGB value is (124,80,144). Sum of RGB (Red+Green+Blue) = 124+80+144=348 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.63% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 144 (56.64% from 255 or 41.38% from 348); Max value from RGB is 144 - color contains mainly: blue. Hex color #7C5090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5090 is #83AF6F. Grayscale: #646464. Windows color (decimal): -8630128 or 9457788. OLE color: 9457788.

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

Color convert

RGB 124 80 144 -
CMYK 0.14 0.44 0 0.44
HSL 281.25º 0.29% 0.44% -
HSV(B) 281.25º 0.44% 0.56% -
XYZ 16.21 12.04 27.85 -
YUV 100.45 152.58 144.8 -
System Red Green Blue C M Y K H S L
Decimal 124 80 144 0.14 0.44 0 0.44 281.25 0.29 0.44
Hex 7C 50 90 E 2C 0 2C 119 1D 2C
Octal 174 120 220 16 54 0 54 431 35 54
Binary 1111100 1010000 10010000 1110 101100 0 101100 100011001 11101 101100

Color Harmonies of #7C5090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5090

Black with #7C5090

Text Example


Text Example

White with #7C5090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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