Html Css Color HEX #7C5295 Affair

📋 copy color: '#7C5295'

red 124 ◦ green 82 ◦ blue 149

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

Shades of Affair #7C5295

Tints of Affair #7C5295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 41.97%

R = 34.93%
G = 23.1%
B = 41.97%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7C5295 (or 0x7C5295) is known color: Affair. HEX triplet: 7C, 52 and 95. RGB value is (124,82,149). Sum of RGB (Red+Green+Blue) = 124+82+149=355 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.93% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 149 (58.59% from 255 or 41.97% from 355); Max value from RGB is 149 - color contains mainly: blue. Hex color #7C5295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5295 is #83AD6A. Grayscale: #656565. Windows color (decimal): -8629611 or 9785980. OLE color: 9785980.

HSL color Cylindrical-coordinate representation of color #7C5295: hue angle of 277.61º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7C5295 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 124 82 149 -
CMYK 0.17 0.45 0 0.42
HSL 277.61º 0.29% 0.45% -
HSV(B) 277.61º 0.45% 0.58% -
XYZ 16.75 12.49 29.96 -
YUV 102.2 154.41 143.55 -
System Red Green Blue C M Y K H S L
Decimal 124 82 149 0.17 0.45 0 0.42 277.61 0.29 0.45
Hex 7C 52 95 11 2D 0 2A 116 1D 2D
Octal 174 122 225 21 55 0 52 426 35 55
Binary 1111100 1010010 10010101 10001 101101 0 101010 100010110 11101 101101

Color Harmonies of #7C5295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5295

Black with #7C5295

Text Example


Text Example

White with #7C5295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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