Html Css Color HEX #7C5292 Affair

📋 copy color: '#7C5292'

red 124 ◦ green 82 ◦ blue 146

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

Shades of Affair #7C5292

Tints of Affair #7C5292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.48%

R = 35.23%
G = 23.3%
B = 41.48%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7C5292 (or 0x7C5292) is known color: Affair. HEX triplet: 7C, 52 and 92. RGB value is (124,82,146). Sum of RGB (Red+Green+Blue) = 124+82+146=352 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.23% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 146 - color contains mainly: blue. Hex color #7C5292 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5292 is #83AD6D. Grayscale: #656565. Windows color (decimal): -8629614 or 9589372. OLE color: 9589372.

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

Color convert

RGB 124 82 146 -
CMYK 0.15 0.44 0 0.43
HSL 279.38º 0.28% 0.45% -
HSV(B) 279.38º 0.44% 0.57% -
XYZ 16.52 12.4 28.72 -
YUV 101.85 152.91 143.8 -
System Red Green Blue C M Y K H S L
Decimal 124 82 146 0.15 0.44 0 0.43 279.38 0.28 0.45
Hex 7C 52 92 F 2C 0 2B 117 1C 2D
Octal 174 122 222 17 54 0 53 427 34 55
Binary 1111100 1010010 10010010 1111 101100 0 101011 100010111 11100 101101

Color Harmonies of #7C5292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5292

Black with #7C5292

Text Example


Text Example

White with #7C5292

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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