Html Css Color HEX #7C5584 Affair

📋 copy color: '#7C5584'

red 124 ◦ green 85 ◦ blue 132

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

Shades of Affair #7C5584

Tints of Affair #7C5584

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.93%

 BLUE value IS 132 (51.95% from 255) = 38.71%

R = 36.36%
G = 24.93%
B = 38.71%

CMYK

 C value IS 0.06

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7C5584 (or 0x7C5584) is known color: Affair. HEX triplet: 7C, 55 and 84. RGB value is (124,85,132). Sum of RGB (Red+Green+Blue) = 124+85+132=341 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.36% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 132 - color contains mainly: blue. Hex color #7C5584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5584 is #83AA7B. Grayscale: #656565. Windows color (decimal): -8628860 or 8672636. OLE color: 8672636.

HSL color Cylindrical-coordinate representation of color #7C5584: hue angle of 289.79º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7C5584 is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 124 85 132 -
CMYK 0.06 0.36 0 0.48
HSL 289.79º 0.22% 0.43% -
HSV(B) 289.79º 0.36% 0.52% -
XYZ 15.73 12.45 23.4 -
YUV 102.02 144.92 143.68 -
System Red Green Blue C M Y K H S L
Decimal 124 85 132 0.06 0.36 0 0.48 289.79 0.22 0.43
Hex 7C 55 84 6 24 0 30 122 16 2B
Octal 174 125 204 6 44 0 60 442 26 53
Binary 1111100 1010101 10000100 110 100100 0 110000 100100010 10110 101011

Color Harmonies of #7C5584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5584

Black with #7C5584

Text Example


Text Example

White with #7C5584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,85,132); }

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

background-color css

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

 a { background-color: rgb(124,85,132); }

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

border-color css

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

 span { border-color: rgb(124,85,132); }

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