Html Css Color HEX #7C5093 Affair

📋 copy color: '#7C5093'

red 124 ◦ green 80 ◦ blue 147

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

Shades of Affair #7C5093

Tints of Affair #7C5093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 41.88%

R = 35.33%
G = 22.79%
B = 41.88%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7C5093 (or 0x7C5093) is known color: Affair. HEX triplet: 7C, 50 and 93. RGB value is (124,80,147). Sum of RGB (Red+Green+Blue) = 124+80+147=351 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.33% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 147 (57.81% from 255 or 41.88% from 351); Max value from RGB is 147 - color contains mainly: blue. Hex color #7C5093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5093 is #83AF6C. Grayscale: #646464. Windows color (decimal): -8630125 or 9654396. OLE color: 9654396.

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

Color convert

RGB 124 80 147 -
CMYK 0.16 0.46 0 0.42
HSL 279.4º 0.3% 0.45% -
HSV(B) 279.4º 0.46% 0.58% -
XYZ 16.45 12.13 29.08 -
YUV 100.79 154.08 144.55 -
System Red Green Blue C M Y K H S L
Decimal 124 80 147 0.16 0.46 0 0.42 279.4 0.3 0.45
Hex 7C 50 93 10 2E 0 2A 117 1E 2D
Octal 174 120 223 20 56 0 52 427 36 55
Binary 1111100 1010000 10010011 10000 101110 0 101010 100010111 11110 101101

Color Harmonies of #7C5093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5093

Black with #7C5093

Text Example


Text Example

White with #7C5093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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